/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************/
/*==============================================================================
    Template Name : Curoxa Template
    Author        : FocalTechnologies
==============================================================================*/
/*==================================================
    INDEX
==================================================*/
/* 1. Abstracts
   1.1  abstracts/animation
   1.2  abstracts/mixins
   1.3  abstracts/variables
*/
/* 2. Base
   2.1  base/reset
   2.2  base/typography
*/
/* 3. Components
   3.1  components/accordion
   3.2  components/back to top
   3.3  components/breadcrumb
   3.4  components/btn
   3.5  components/loader
   3.6  components/nav-menu
   3.7  components/pagination
   3.8  components/slim-select
   3.9  components/titles
*/
/* 4. Layout
   4.1  layout/app
   4.2  layout/appoinment
   4.3  layout/blog
   4.4  layout/category
   4.5  layout/consult
   4.6  layout/counters
   4.7  layout/doctor-profile
   4.8  layout/faq-section
   4.9  layout/footer
   4.10  layout/header
   4.11 layout/home-section
   4.12 layout/how-it-works
   4.13 layout/pricing
   4.14 layout/testimonial
   4.15 layout/video
   4.16 layout/why-choose
*/
/* 5. Pages
   5.1  pages/account
   5.2  pages/auth
   5.3  pages/blogs
   5.4  pages/booking
   5.5  pages/booking success
   5.6  pages/call
   5.7  pages/contact
   5.8  pages/error
   5.9  pages/faq
   5.10  pages/listing
   5.11  pages/prescription
   5.12  pages/profile
   5.13  pages/service
   5.14  pages/terms
*/
/* Abstracts */
/*=====================
 1.1 Animation css start
==========================*/
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadUpThankyou {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes getFullWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**=====================
  1.2  Mixin css start
==========================**/
/**=====================
  1.3 Variables css start
==========================**/
:root {
  --main-color: 0, 114, 232;
  --main-light: 213, 239, 255;
  --accent-color: 0, 182, 122;
  --secondary-color: 6, 40, 75;
  --tertiary-color: 147, 51, 234;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --content-color: 58, 58, 58;
  --border-color: 239, 239, 239;
}

/* base */
/**=====================
  2.1 Reset css start
==========================**/
/*==============================================================================
    Template Name : Curoxa Template
    Author        : FocalTechnologies
==============================================================================*/
/*==================================================
    INDEX
==================================================*/
/* 1. Abstracts
   1.1  abstracts/animation
   1.2  abstracts/mixins
   1.3  abstracts/variables
*/
/* 2. Base
   2.1  base/reset
   2.2  base/typography
*/
/* 3. Components
   3.1  components/accordion
   3.2  components/back to top
   3.3  components/breadcrumb
   3.4  components/btn
   3.5  components/loader
   3.6  components/nav-menu
   3.7  components/pagination
   3.8  components/slim-select
   3.9  components/titles
*/
/* 4. Layout
   4.1  layout/app
   4.2  layout/appoinment
   4.3  layout/blog
   4.4  layout/category
   4.5  layout/consult
   4.6  layout/counters
   4.7  layout/doctor-profile
   4.8  layout/faq-section
   4.9  layout/footer
   4.10  layout/header
   4.11 layout/home-section
   4.12 layout/how-it-works
   4.13 layout/pricing
   4.14 layout/testimonial
   4.15 layout/video
   4.16 layout/why-choose
*/
/* 5. Pages
   5.1  pages/account
   5.2  pages/auth
   5.3  pages/blogs
   5.4  pages/booking
   5.5  pages/booking success
   5.6  pages/call
   5.7  pages/contact
   5.8  pages/error
   5.9  pages/faq
   5.10  pages/listing
   5.11  pages/prescription
   5.12  pages/profile
   5.13  pages/service
   5.14  pages/terms
*/
/* Abstracts */
section,
.section-t-space {
  padding-top: clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px);
  position: relative;
}

.section-b-space {
  padding-bottom: clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px);
}

.base-bg {
  background-color: #f6f7fc;
}

.fill-star {
  fill: #ffc107;
  stroke: #ffc107;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

.bg-effect {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-effect:after {
  content: "";
  position: absolute;
  left: -50px;
  top: clamp(12px, calc(12px + (44 - 12) * (100vw - 320px) / (1920 - 320)), 44px);
  width: calc(100% + 100px);
  height: 100%;
  background: #dfefff;
  background: linear-gradient(180deg, rgb(223, 239, 255) 0%, rgb(249, 248, 246) 100%);
  z-index: -1;
  transform: rotate(3deg);
}

.review {
  display: flex;
}
.review svg {
  fill: #c8ccd1;
  width: 16px;
  stroke: #c8ccd1;
  height: auto;
}
.review svg.fill {
  fill: #ffc107;
  stroke: #ffc107;
}

.theme-form .form-control,
.theme-form .form-select {
  padding: calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)) calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.theme-form .form-label {
  font-weight: 500;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  2.2  Typography css start
==========================**/
body {
  font-family: "Aspekta", sans-serif;
  position: relative;
  background-color: #f9f8f6;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: normal;
  color: rgba(var(--black), 1);
}

h1 {
  font-size: clamp(34px, calc(34px + (65 - 34) * (100vw - 320px) / (1920 - 320)), 65px);
  font-weight: 800;
  margin: 0;
  text-transform: capitalize;
  color: rgba(var(--black), 1);
}

h2,
.h2 {
  font-size: clamp(24px, calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320)), 50px);
  font-weight: 800;
  margin: 0;
}

h3,
.text-xl {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
  margin: 0;
}

h4,
.text-lg {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  margin: 0;
}

h5,
.text-md {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 400;
  margin: 0;
}

h6,
.text-sm {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
  margin: 0;
  color: rgba(var(--content-color), 1);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

ul {
  padding-inline: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p,
.p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(var(--content-color), 1);
}

a {
  text-decoration: none;
  color: rgba(var(--main-color), 1);
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

:focus {
  outline: none;
}

/* Components */
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.1 Accordion style
==========================**/
.faq-style1 {
  position: relative;
  z-index: 1;
}
.faq-style1 .shape-img {
  position: absolute;
  left: -40px;
  top: 47%;
  z-index: -1;
}
@media (max-width: 991px) {
  .faq-style1 .shape-img {
    display: none;
  }
}
.faq-style1 .theme-title {
  position: sticky;
  top: 150px;
  z-index: 1;
}
.faq-style1.bg-white .theme-accordion .accordion-item {
  background-color: #f9f8f6;
}
.faq-style1.bg-white .theme-accordion .accordion-button::after {
  background-color: rgba(var(--white), 1);
}

.theme-accordion .accordion-item {
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  background-color: rgba(var(--white), 1);
}
.theme-accordion .accordion-item + .accordion-item {
  margin-top: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}
.theme-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--black), 1);
  padding: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 500;
  line-height: 1.4;
}
.theme-accordion .accordion-button::after {
  width: clamp(28px, calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320)), 34px);
  height: clamp(28px, calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320)), 34px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f8f6;
  background-position: center;
  background-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.theme-accordion .accordion-button:not(.collapsed) svg {
  transform: rotate(-180deg);
}
.theme-accordion .accordion-button svg {
  transition: transform 0.2s ease-in-out;
  width: clamp(22px, calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320)), 24px);
  height: clamp(22px, calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320)), 24px);
  stroke-width: 1;
  margin-left: auto;
}
.theme-accordion .accordion-body {
  padding: 0 clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px) clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.theme-accordion .accordion-body p {
  line-height: 1.6;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.2  Back to top style
==========================**/
.back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: clamp(32px, calc(32px + (60 - 32) * (100vw - 320px) / (1920 - 320)), 60px);
  height: clamp(32px, calc(32px + (60 - 32) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: 44px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  border: none;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.5s ease-in-out, border-radius 0.2s ease-in-out;
  z-index: 4;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
}
.back-to-top:hover svg {
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.back-to-top svg {
  margin-top: 6px;
  margin-left: 10px;
  width: 30px;
  height: auto;
  transition: all 0.5s ease;
}
.back-to-top.show {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.3 Breadcrumb css start
==========================*/
.breadcrumb {
  background-color: rgba(var(--white), 1);
  display: inline-flex;
  align-items: center;
  padding: clamp(4px, calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320)), 6px) clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  border-radius: 20px;
  margin-bottom: 0;
  row-gap: 5px;
}
.breadcrumb li {
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--content-color), 1);
}
.breadcrumb li a span {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  background-image: url(f5479c7257d37e46110c.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 26px;
  background-position: center;
  font-weight: normal;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  height: 20px;
}
.breadcrumb .breadcrumb-item.active {
  padding: 0;
  color: rgba(var(--main-color), 1);
}
.breadcrumb .breadcrumb-item.active:before {
  content: "";
  background-image: url(f5479c7257d37e46110c.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 26px;
  background-position: center;
  font-weight: normal;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  height: 20px;
}
.breadcrumb .breadcrumb-item svg {
  width: 20px;
}

.breadcrumb-section {
  position: relative;
  background: #dbdffa;
  background-image: url(eeac9a4757c3fb2c159b.png);
  padding: clamp(132px, calc(132px + (225 - 132) * (100vw - 320px) / (1920 - 320)), 225px) 0 clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px);
}
.breadcrumb-section .breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-top: -3px;
}
.breadcrumb-section .breadcrumb-titles h1 {
  font-size: clamp(22px, calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320)), 40px);
  margin-top: 6px;
  width: 60%;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-titles h1 {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-titles h1 {
    width: 100%;
  }
}
.breadcrumb-section .breadcrumb-titles p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  line-height: clamp(22px, calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320)), 28px);
  width: 52%;
  margin-bottom: -3px;
  margin-top: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-titles p {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-titles p {
    width: 100%;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
3.4 Button style
==========================**/
.btn-main {
  background: rgba(var(--main-light), 1) no-repeat;
  color: rgba(var(--secondary-color), 1);
  transition: all 0.5s ease;
  position: relative;
  box-shadow: 0px 71.13px 28.74px 0px rgba(97, 194, 255, 0.0117647059), 0px 40.24px 23.71px 0px rgba(97, 194, 255, 0.0509803922), 0px 17.96px 17.96px 0px rgba(97, 194, 255, 0.0901960784), 0px 4.31px 10.06px 0px rgba(97, 194, 255, 0.1019607843);
  padding: 0;
  border-radius: 25px;
  border: 1px solid rgba(var(--white), 1);
  display: inline-block;
}
.btn-main.w-100 span {
  width: 100%;
}
.btn-main .lucide {
  width: 20px;
}
.btn-main span {
  position: relative;
  z-index: 2;
  background: rgba(var(--main-light), 1) no-repeat;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  border-radius: 25px;
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px) clamp(15px, calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320)), 35px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-main:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: #2f91ca;
  height: 100%;
  z-index: 1;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(47, 145, 202, 0) 0%, rgba(47, 145, 202, 0.49) 66%, rgba(47, 145, 202, 0) 100%);
}
.btn-main:hover {
  transform: translateY(5px);
  transition: all 0.5s ease;
  box-shadow: none;
}

.btn-outline {
  color: rgba(var(--secondary-color), 1);
  transition: all 0.5s ease;
  position: relative;
  padding: 0;
  border-radius: 25px;
  display: inline-block;
}
.btn-outline span {
  position: relative;
  z-index: 2;
  background: #f9fdff;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  border-radius: 25px;
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px) clamp(15px, calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320)), 35px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-outline:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: #6ab2dd;
  height: calc(100% + 2px);
  z-index: 1;
  border-radius: 25px;
  background: linear-gradient(90deg, rgb(106, 178, 221) 0%, rgb(213, 239, 255) 49%, rgba(106, 178, 221, 0.52) 100%);
  transition: all 0.5s ease;
  background-size: 300% 100%;
}
.btn-outline.w-100 span {
  width: 100%;
}
.btn-outline .lucide {
  width: 20px;
}
.btn-outline:hover {
  transform: translateY(5px);
  transition: all 0.5s ease;
  box-shadow: none;
}
.btn-outline:hover span {
  background-color: rgba(var(--main-light), 1);
}
.btn-outline:hover::after {
  background-position: 100% 0;
  transition: all 0.5s ease;
}

.btn-light {
  font-weight: 500;
  border-radius: 25px;
  padding: clamp(5px, calc(5px + (12 - 5) * (100vw - 320px) / (1920 - 320)), 12px) clamp(15px, calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320)), 35px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f8f9fa !important;
  transition: all 0.5s ease;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.btn-light span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-light .lucide {
  width: 20px;
}
.btn-light:hover {
  transform: translateY(5px);
  transition: all 0.5s ease;
  box-shadow: none;
}

.btn-solid {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px) clamp(15px, calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320)), 35px);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.btn-solid.btn-sm {
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  padding: clamp(7px, calc(7px + (9 - 7) * (100vw - 320px) / (1920 - 320)), 9px) clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.btn-solid:hover {
  border: 1px solid rgba(var(--main-color), 1);
  background-color: rgba(var(--white), 1);
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}

.btn-lg {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
}
.btn-lg span {
  padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px) clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
}
.btn-lg i {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}

.btn-sm {
  padding: 0;
}
.btn-sm span {
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  padding: clamp(7px, calc(7px + (9 - 7) * (100vw - 320px) / (1920 - 320)), 9px) clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.5 Loader style
==========================**/
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(var(--secondary-color), 0.6);
  background-image: url(eb77c425e7d5288dc44e.png);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-blend-mode: overlay;
}
.site-loader .loader-inner {
  text-align: center;
}
.site-loader .loader-inner .loader-logo {
  width: clamp(130px, calc(130px + (180 - 130) * (100vw - 320px) / (1920 - 320)), 180px);
  margin: 0 auto 24px;
  opacity: 0;
  transform: scale(0.5);
}
.site-loader .loader-inner .loader-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-loader .loader-inner .loader-line {
  width: 180px;
  height: 3px;
  margin: 0 auto;
  background: rgba(var(--white), 0.15);
  border-radius: 50px;
  overflow: hidden;
}
.site-loader .loader-inner .loader-line span {
  display: block;
  width: 0;
  height: 100%;
  background: rgba(var(--white), 1);
  border-radius: 50px;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.6 Nav Menu style
==========================**/
.menu-btn {
  position: relative;
  display: none;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1199px) {
  .navbar-menu {
    margin-bottom: 0;
  }
}
.navbar-menu .menu-items {
  display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
}
.navbar-menu .menu-items > li:hover > a {
  color: rgba(var(--main-color), 1) !important;
}
.navbar-menu .menu-items .dropdown-right:hover > a {
  color: rgba(var(--main-color), 1);
}
@media (max-width: 1400px) {
  .navbar-menu .menu-items {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar-menu .menu-items {
    gap: 18px;
  }
}
.navbar-menu .menu-items .mobile-close .close-menu {
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
.navbar-menu ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar-menu ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar-menu .dropdown {
  position: relative;
}
.navbar-menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar-menu .dropdown-menu {
  position: absolute;
  width: 220px;
  line-height: 30px;
  top: 38px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  left: 0;
  right: unset;
  display: block;
  border: none;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .navbar-menu .dropdown-menu {
    border-radius: 0;
  }
}
.navbar-menu .dropdown-menu li {
  width: 100%;
  display: block;
}
.navbar-menu .dropdown-menu li .menu-item:hover {
  letter-spacing: 0.03em;
  transition: all 0.5s ease;
}
.navbar-menu .menu-right {
  position: absolute;
  background: rgba(var(--light-grey), 1);
  width: 190px;
  line-height: 30px;
  border-radius: 10px;
  top: 0;
  border-top: 1px solid rgba(var(--white), 1);
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
}
.navbar-menu .menu-item {
  display: flex;
  padding: 4px 24px;
  font-size: 17px;
  text-transform: capitalize;
  color: rgba(var(--black), 1);
  font-weight: 400;
  width: 100%;
  transition: all 0.5s ease;
}
.navbar-menu .menu-item.active {
  color: rgba(var(--main-color), 1);
}
.navbar-menu .menu-item:hover {
  color: rgba(var(--main-color), 1);
}
.navbar-menu .dropdown-right:hover .menu-right {
  left: calc(100% + 4px);
  opacity: 1;
  visibility: visible;
}
.navbar-menu .dropdown-right:hover .menu-left {
  left: -100%;
}
.navbar-menu .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  box-shadow: 0 0 50px 0 rgba(var(--black), 0.09);
  border-radius: 10px;
  padding: 20px;
  z-index: 2;
  margin-top: 20px;
  background-color: rgba(var(--white), 1);
  width: 800px;
}

.expand-btn:after {
  content: "";
  background-image: url(b7983c0b18f35905a4c6.svg);
  font-style: normal;
  margin-left: auto;
  background-size: 16px;
  background-repeat: no-repeat;
  width: 18px;
  background-position: center;
}
.expand-btn.first-item:after {
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .expand-btn.first-item:after {
    margin-left: auto;
  }
}

.menu-item.first-item {
  padding: 0;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.home-menu .menu-box {
  display: block;
  text-align: center;
  transition: all 0.5s ease;
}
.home-menu .menu-box:hover {
  transition: all 0.5s ease;
  transform: scale(1.01);
}
.home-menu .menu-box:hover h4 {
  transition: all 0.5s ease;
  color: rgba(var(--main-color), 1);
}
.home-menu .menu-box img {
  box-shadow: 0 20px 50px 0 rgba(var(--black), 0.05);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border-radius: 6px;
}
.home-menu .menu-box h4 {
  margin-top: 14px;
  color: rgba(var(--black), 1);
  font-size: 16px;
  transition: all 0.5s ease;
}

.mobile-close {
  background-color: #f9f8f6;
  padding: 20px;
  width: 100%;
}
.mobile-close h3 {
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}
.mobile-close h3 .close-filter {
  color: rgba(var(--black), 1);
  font-size: 20px;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .navbar-menu .menu-items {
    position: fixed;
    height: 100vh;
    max-height: initial;
    overflow-y: auto;
    width: 300px;
    top: 0;
    left: -300px;
    background: rgba(var(--white), 1);
    display: block;
    transition: 0.3s ease-out;
    z-index: 3;
  }
  .navbar-menu .menu-item {
    padding: 4px 0;
  }
  .navbar-menu ul li {
    width: 100%;
    margin: 0;
    line-height: 30px;
  }
  .overflow {
    overflow: hidden;
  }
  .menu-btn {
    display: flex;
  }
  .menu-items.open {
    left: 0;
  }
  .home-menu .row {
    margin-top: -10px;
  }
  .mobile-close {
    margin-bottom: 10px !important;
  }
  .menu-col .row {
    margin-top: 0;
  }
  .menu-col h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
  }
  .menu-col .row > div {
    border: none;
  }
  .menu-items li a {
    padding: 4px 0;
    display: block;
  }
  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-items .dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: none;
    inset: 0;
    padding: 0 30px;
  }
  .menu-items .dropdown-menu.open {
    display: block;
  }
  .menu-items .dropdown-menu .menu-item {
    color: rgba(var(--content-color), 1);
  }
  .menu-items .menu-right {
    position: relative;
    opacity: 1;
    inset: 0;
    visibility: visible;
    margin: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    display: none;
    left: 0 !important;
    box-shadow: none;
    padding: 0 14px;
  }
  .menu-items .menu-right.open {
    display: block;
  }
  .menu-items .mega-menu {
    position: relative;
    opacity: 1;
    inset: 0;
    margin: 0;
    visibility: visible;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: none;
    padding: 0 30px;
    display: none;
  }
  .menu-items .mega-menu.open {
    display: block;
  }
  .menu-items .mega-menu .mega-menu-list li a {
    color: rgba(var(--content-color), 1);
  }
  .menu-item.first-item {
    padding: 5px 20px;
  }
}
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(var(--black), 0.6);
  width: 100%;
  height: 100vh;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: none;
}
.menu-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.7 Pagination css start
==========================*/
.theme-pagination {
  margin-top: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
}
.theme-pagination .pagination {
  justify-content: center;
  gap: 10px;
}
.theme-pagination .pagination .page-item:first-child .page-link, .theme-pagination .pagination .page-item:last-child .page-link {
  border: 1px solid rgba(var(--border-color), 1);
}
.theme-pagination .pagination .page-item.active .page-link {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.theme-pagination .pagination .page-link {
  border-radius: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  width: clamp(35px, calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(35px, calc(35px + (40 - 35) * (100vw - 320px) / (1920 - 320)), 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: rgba(var(--black), 1);
  z-index: unset;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.8 Slim Select css start
==========================*/
.template-dropdown {
  min-height: unset;
  color: rgba(var(--black), 1);
  padding: 16px 24px;
  border-radius: 100px;
  border: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--white), 1);
  padding-left: 48px;
}
.template-dropdown.ss-dir-above, .template-dropdown.ss-dir-below {
  border-radius: 100px;
}
.template-dropdown.ss-content {
  padding: 0;
}
.template-dropdown.ss-content.ss-dir-above, .template-dropdown.ss-content.ss-dir-below {
  border-radius: 10px;
}
.template-dropdown.ss-content .ss-list {
  scrollbar-width: thin;
}
.template-dropdown.ss-content .ss-list .ss-option {
  min-height: unset;
  display: block;
  color: rgba(var(--content-color), 1);
  padding: 10px 14px;
}
.template-dropdown.ss-content .ss-list .ss-option.ss-disabled {
  background-color: rgba(var(--secondary-color), 0.1);
  color: rgba(var(--content-color), 0.7);
}
.template-dropdown.ss-content .ss-list .ss-option + .ss-option {
  border-top: 1px solid rgba(var(--border-color), 1);
}
.template-dropdown.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  border-left: unset;
  background-color: rgba(var(--main-color), 0.8);
  color: rgba(var(--white), 1);
}
.template-dropdown.ss-content .ss-list .ss-option.ss-highlighted, .template-dropdown.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--main-color), 1);
}
.template-dropdown:focus {
  box-shadow: none;
}
.template-dropdown .ss-values .ss-single {
  margin: 0;
  flex: unset;
  max-width: unset;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.9 Title css start
==========================*/
.theme-title {
  text-align: center;
  margin-bottom: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
}
.theme-title .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--main-color), 0.05);
  border: 1px solid rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  border-radius: 50px;
  font-weight: 500;
}
.theme-title h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgba(var(--content-color), 1);
  font-weight: 500;
  margin-top: 15px;
}
.theme-title h2 span {
  color: rgba(var(--black), 1);
  font-weight: 700;
}
.theme-title h2.mt-custom {
  margin-top: calc(-5px + (-12 - -5) * (100vw - 320px) / (1920 - 320));
}
.theme-title p {
  margin-top: 8px;
}
.theme-title.text-start {
  text-align: left;
}
.theme-title.w-btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .theme-title.w-btn {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

/* Layout */
/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.1 App Section css start
==========================*/
.app-section {
  background-image: url(0cd70e322d8a49f7d03f.png);
}
.app-section .app-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.app-section .app-content .theme-title {
  margin-bottom: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
.app-section .app-content ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.app-section .app-content ul li + li {
  margin-top: 8px;
}
.app-section .app-content .app-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 32px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .app-section .app-content .app-box {
    gap: 4px;
    padding: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px) clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
    margin-top: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.app-section .app-content .app-box .app-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.2 Appointment css start
==========================*/
.appoinmnet-wrapper {
  width: calc(100% - clamp(40px, calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320)), 120px));
  margin-left: clamp(20px, calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: clamp(20px, calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320)), 60px);
  padding: clamp(40px, calc(40px + (120 - 40) * (100vw - 320px) / (1920 - 320)), 120px) 0;
  background-image: url(cdd1d5cef2db8f3ba794.png);
}
.appoinmnet-wrapper .select-doctor {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #eff7ff;
  padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  gap: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
}
.appoinmnet-wrapper .select-doctor img {
  height: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  width: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: 7px;
  border: 1px solid #e5f1fd;
  -o-object-fit: cover;
     object-fit: cover;
}
.appoinmnet-wrapper .select-doctor h4 {
  font-weight: 600;
  margin-bottom: 4px;
}
.appoinmnet-wrapper .select-doctor h5 {
  color: rgba(var(--main-color), 1);
}
.appoinmnet-wrapper .select-doctor h4,
.appoinmnet-wrapper .select-doctor h5 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.appoinmnet-wrapper .appoinment-box {
  background-color: rgba(var(--white), 1);
  padding: 22px;
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0 0 40px 0 rgba(var(--black), 0.05);
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-box {
    padding: 15px;
  }
}
.appoinmnet-wrapper .appoinment-box .appoinment-main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.appoinmnet-wrapper .appoinment-box .appoinment-main h3 {
  width: calc(100% - 40px - 12px);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-box .appoinment-main h3 {
    font-size: 18px;
  }
}
.appoinmnet-wrapper .appoinment-box .appoinment-main span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--secondary-color), 1);
  font-size: 16px;
  color: rgba(var(--white), 1);
}
@media (max-width: 1299px) {
  .appoinmnet-wrapper .appoinment-box .appoinment-main span {
    width: 35px;
    height: 35px;
  }
}
.appoinmnet-wrapper .appoinment-box .time-slot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  text-align: center;
}
.appoinmnet-wrapper .appoinment-box .time-slot li {
  padding: 14px;
  width: 100%;
  border: 1px solid #d8ebff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 350;
  letter-spacing: 0.5px;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 1299px) {
  .appoinmnet-wrapper .appoinment-box .time-slot li {
    padding: 11px 11px;
  }
}
.appoinmnet-wrapper .appoinment-box .time-slot li.active {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.appoinmnet-wrapper .appoinment-box .theme-form .form-control,
.appoinmnet-wrapper .appoinment-box .theme-form .form-select {
  background-color: rgba(var(--main-color), 0.05);
  border-color: rgba(var(--main-color), 0.1);
}
.appoinmnet-wrapper .appoinment-box .theme-form .form-control {
  margin-bottom: 14px;
  color: rgba(var(--black), 1);
  border-radius: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  padding: 14px 18px;
}
.appoinmnet-wrapper .appoinment-box .theme-form .form-control::-moz-placeholder {
  color: rgb(126, 142, 152);
}
.appoinmnet-wrapper .appoinment-box .theme-form .form-control::placeholder {
  color: rgb(126, 142, 152);
}
.appoinmnet-wrapper .appoinment-box .theme-form .template-dropdown {
  background-color: rgba(var(--main-color), 0.05);
  border-color: rgba(var(--main-color), 0.1);
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  border-radius: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  font-weight: 350;
  color: rgba(var(--black), 1);
  padding: 14px 18px;
}
.appoinmnet-wrapper .appoinment-summary-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0 0 40px 0 rgba(var(--black), 0.05);
  position: relative;
}
.appoinmnet-wrapper .appoinment-summary-box .calender-img {
  position: absolute;
  border-radius: 16px;
  box-shadow: 0 0 38px 0 rgba(var(--black), 0.05);
  top: 30px;
  right: -122px;
}
@media (max-width: 1500px) {
  .appoinmnet-wrapper .appoinment-summary-box .calender-img {
    height: 48%;
  }
}
@media (max-width: 1299px) {
  .appoinmnet-wrapper .appoinment-summary-box .calender-img {
    right: -108px;
  }
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-summary-box .calender-img {
    height: 38%;
    right: -58px;
  }
}
@media (max-width: 991px) {
  .appoinmnet-wrapper .appoinment-summary-box .calender-img {
    display: none;
  }
}
.appoinmnet-wrapper .appoinment-summary-box h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: rgba(var(--content-color), 1);
}
.appoinmnet-wrapper .appoinment-summary-box h3 span {
  font-size: 24px;
  font-weight: 500;
  color: rgba(var(--black), 1);
}
.appoinmnet-wrapper .appoinment-summary-box .btn-main {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-summary-box .btn-main {
    margin-top: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.appoinmnet-wrapper .appoinment-summary-box .btn-main span {
  width: 100%;
}
.appoinmnet-wrapper .appoinment-summary-box .summary-body {
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.appoinmnet-wrapper .appoinment-summary-box .select-doctor {
  padding: 0 0 32px 0;
  margin-bottom: 32px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--main-color), 0.1);
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-summary-box .select-doctor {
    padding: 0 0 clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px) 0;
    margin-bottom: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.appoinmnet-wrapper .appoinment-summary-box .select-doctor img {
  width: 80px;
  height: 80px;
}
.appoinmnet-wrapper .appoinment-summary-box .date-box {
  padding: 0 0 32px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(var(--main-color), 0.1);
  display: flex;
  align-items: center;
  gap: clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px);
}
@media (max-width: 1199px) {
  .appoinmnet-wrapper .appoinment-summary-box .date-box {
    padding: 0 0 clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px) 0;
    margin-bottom: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.appoinmnet-wrapper .appoinment-summary-box .date-box span {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: rgba(var(--content-color), 1);
}
.appoinmnet-wrapper .appoinment-summary-box .date-box h6 {
  font-size: 18px;
  font-weight: 500;
}
.appoinmnet-wrapper .appoinment-summary-box .summary-title {
  background-color: rgba(var(--main-color), 1);
  padding: clamp(15px, calc(15px + (28 - 15) * (100vw - 320px) / (1920 - 320)), 28px) clamp(15px, calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px) clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px) 0 0;
}
.appoinmnet-wrapper .appoinment-summary-box .summary-title h3,
.appoinmnet-wrapper .appoinment-summary-box .summary-title p {
  color: rgba(var(--white), 1);
}
.appoinmnet-wrapper .appoinment-summary-box .summary-title h3 {
  margin-bottom: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
}

.appoinment-wrapper1 {
  background-image: url(394d600f9795ca26be5f.jpg);
  background-size: cover;
  position: relative;
  padding-block: 40px;
  margin-block: clamp(13px, calc(13px + (80 - 13) * (100vw - 320px) / (1920 - 320)), 80px);
  z-index: 1;
}
.appoinment-wrapper1.section-t-space {
  padding-top: clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px);
}
.appoinment-wrapper1 .top-shape {
  position: absolute;
  left: 0;
  top: calc(-13px + (-80 - -13) * (100vw - 320px) / (1920 - 320));
  width: 100%;
}
.appoinment-wrapper1 .bottom-shape {
  position: absolute;
  left: 0;
  bottom: calc(-13px + (-79 - -13) * (100vw - 320px) / (1920 - 320));
  width: 100%;
  transform: scaleY(-1);
}
.appoinment-wrapper1 .theme-title h2 {
  width: 50%;
  margin-inline: auto;
  color: rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .appoinment-wrapper1 .theme-title h2 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .appoinment-wrapper1 .theme-title h2 {
    width: 100%;
  }
}
.appoinment-wrapper1 .theme-title h2 span {
  color: #99cbff;
}
.appoinment-wrapper1 .theme-title p {
  color: rgba(var(--white), 1);
}
.appoinment-wrapper1 .booking-appoinment {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
.appoinment-wrapper1 .booking-appoinment h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 32px 42px 22px;
  border-bottom: 1px solid rgba(var(--main-color), 0.1);
}
@media (max-width: 1199px) {
  .appoinment-wrapper1 .booking-appoinment h3 {
    padding: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px) clamp(14px, calc(14px + (32 - 14) * (100vw - 320px) / (1920 - 320)), 32px);
  }
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper {
  padding: 28px 42px;
}
@media (max-width: 1199px) {
  .appoinment-wrapper1 .booking-appoinment .steps-wrapper {
    padding: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px) clamp(14px, calc(14px + (32 - 14) * (100vw - 320px) / (1920 - 320)), 32px);
  }
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps span {
  font-size: 12px;
  color: #7189aa;
  text-transform: uppercase;
  margin-bottom: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
  display: inline-block;
  letter-spacing: 5%;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .spec-select {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  overflow: auto;
  scrollbar-width: none;
  position: relative;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .spec-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background: rgba(var(--white), 1);
  background: linear-gradient(-90deg, rgba(var(--white), 1) 0%, rgba(255, 255, 255, 0.4) 100%);
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(to left, rgba(var(--white), 1), transparent);
  mask-image: linear-gradient(to left, rgba(var(--white), 1), transparent);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .spec-select::-webkit-scrollbar {
  display: none;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .spec-select li {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  background-color: #edf6ff;
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px) clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  border-radius: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .spec-select li.active {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr {
  border-radius: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  background-color: #eff7ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  border: 1px solid rgba(var(--main-color), 0.1);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content img {
  width: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  height: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: 6px;
  border: 1px solid #e5f1fd;
  -o-object-fit: cover;
     object-fit: cover;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h4,
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h5 {
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h4 a,
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h5 a {
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--black), 1);
  font-weight: 550;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 3px;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .doc-content h5 {
  color: rgba(var(--main-color), 1);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .select-round {
  width: clamp(20px, calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)), 28px);
  height: clamp(20px, calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)), 28px);
  background-color: rgba(var(--main-color), 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .selected-dr .select-round svg {
  stroke: rgba(var(--white), 1);
  width: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .choose-time {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .choose-time li {
  border-radius: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  border: 1px solid rgba(var(--main-color), 0.1);
  padding: clamp(7px, calc(7px + (14 - 7) * (100vw - 320px) / (1920 - 320)), 14px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  text-align: center;
  cursor: pointer;
  font-weight: 450;
  transition: all 0.2s ease-in-out;
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps .choose-time li.active {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .steps + .steps {
  margin-top: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .btn-main {
  width: 100%;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .appoinment-wrapper1 .booking-appoinment .steps-wrapper .btn-main {
    margin-top: 20px;
  }
}
.appoinment-wrapper1 .booking-appoinment .steps-wrapper .btn-main span {
  width: 100%;
}
.appoinment-wrapper1 .videocall-section .video-img {
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px) clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px) 0 0;
}
.appoinment-wrapper1 .chat-part {
  padding: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px) clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  background-color: rgba(var(--white), 1);
  border-radius: 0 0 clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px) clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
.appoinment-wrapper1 .chat-part span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
  display: block;
  margin-top: -4px;
  font-weight: 500;
  letter-spacing: 5%;
  color: rgb(113, 137, 170);
}
.appoinment-wrapper1 .chat-part ul li {
  padding: 6px 16px;
  border: 1px solid rgba(var(--main-color), 0.1);
  border-radius: 10px;
  width: 100%;
}
.appoinment-wrapper1 .chat-part ul li h6 {
  font-size: 13px;
  color: rgba(var(--main-color), 1);
  margin-bottom: clamp(2px, calc(2px + (4 - 2) * (100vw - 320px) / (1920 - 320)), 4px);
  letter-spacing: 0.5px;
  font-weight: 500;
}
.appoinment-wrapper1 .chat-part ul li p {
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.appoinment-wrapper1 .chat-part ul li + li {
  margin-top: 8px;
}
.appoinment-wrapper1 .chat-part ul li.you {
  background-color: rgba(var(--main-light), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.3 Blog css start
==========================*/
.blog-section {
  position: relative;
}
.blog-section .theme-title {
  position: relative;
}
.blog-section .arrows .swiper-button-next,
.blog-section .arrows .swiper-button-prev {
  position: absolute;
  width: clamp(30px, calc(30px + (44 - 30) * (100vw - 320px) / (1920 - 320)), 44px);
  height: clamp(30px, calc(30px + (44 - 30) * (100vw - 320px) / (1920 - 320)), 44px);
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-section .arrows .swiper-button-next:after,
.blog-section .arrows .swiper-button-prev:after {
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
}
.blog-section .arrows .swiper-button-next {
  right: 0;
}
.blog-section .arrows .swiper-button-prev {
  right: clamp(38px, calc(38px + (60 - 38) * (100vw - 320px) / (1920 - 320)), 60px);
  left: unset;
}

.blog-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  overflow: hidden;
  display: block;
}
.blog-box .blog-img {
  aspect-ratio: 46/25;
  position: relative;
  overflow: hidden;
}
.blog-box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.blog-box .blog-img .label {
  position: absolute;
  left: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  top: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: 2px 10px;
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  border-radius: 12px;
  text-transform: capitalize;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--main-color), 1);
}
.blog-box .blog-content {
  padding: clamp(15px, calc(15px + (32 - 15) * (100vw - 320px) / (1920 - 320)), 32px);
}
.blog-box .blog-content span {
  color: rgba(var(--main-color), 1);
  display: block;
  margin-top: -5px;
  margin-bottom: 8px;
}
.blog-box .blog-content h3 {
  font-weight: 500;
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  line-height: 1.5;
  color: rgba(var(--black), 1);
  transition: all 0.5s ease;
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-top: -6px;
}
.blog-box .blog-content p {
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-box .blog-content a svg {
  width: 20px;
}
.blog-box .blog-content .author-content {
  padding-top: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  border-top: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-box .blog-content .author-content img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-box .blog-content .author-content h4 {
  color: rgba(var(--black), 1);
}
.blog-box .blog-content .author-content span {
  margin-bottom: -3px;
  color: rgba(var(--content-color), 1);
  margin-top: 4px;
  font-size: 13px;
  display: block;
}
.blog-box:hover .blog-img img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.blog-box:hover .blog-content h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.4 Category css start
==========================*/
.category-style1 .category-box {
  padding: 32px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  position: relative;
  background-color: rgba(var(--white), 1);
  transition: transform 0.35s ease-in-out, background-color 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .category-style1 .category-box {
    padding: 22px;
  }
}
.category-style1 .category-box .hover-effect::after, .category-style1 .category-box .hover-effect:before,
.category-style1 .category-box .hover-effect span {
  content: "";
  position: absolute;
  left: 5px;
  width: calc(100% - 10px);
  height: 100%;
  background-color: rgba(var(--main-color), 1);
  opacity: 0;
  border-radius: 24px;
  bottom: 0;
  z-index: -1;
  transition: bottom 0.5s ease, opacity 0.3s ease;
}
.category-style1 .category-box .hover-effect:before {
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  transition: bottom 0.5s ease, opacity 0.3s ease;
}
.category-style1 .category-box .hover-effect span {
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  transition: bottom 0.5s ease, opacity 0.3s ease;
}
.category-style1 .category-box .icon-img {
  height: 50px;
  margin-bottom: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  transition: all 0.2s ease-in-out;
}
.category-style1 .category-box .bg-effect {
  height: 50px;
  margin-bottom: 24px;
  opacity: 0.03;
  height: 120px;
  width: 120px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.category-style1 .category-box h3 {
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.category-style1 .category-box p {
  margin-bottom: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  transition: all 0.2s ease-in-out;
}
.category-style1 .category-box a {
  font-size: 18px;
  gap: 4px;
  display: flex;
  align-items: center;
  color: rgba(var(--black), 1);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.category-style1 .category-box a svg {
  width: 20px;
}
.category-style1 .category-box:hover {
  background-color: rgba(var(--main-color), 1);
  transform: rotate(-2deg) translateY(-5px);
}
.category-style1 .category-box:hover .hover-effect:after {
  bottom: -5px;
  opacity: 0.1;
}
.category-style1 .category-box:hover .hover-effect:before {
  bottom: -10px;
  opacity: 0.1;
}
.category-style1 .category-box:hover .hover-effect span {
  bottom: -15px;
  opacity: 0.1;
}
.category-style1 .category-box:hover .icon-img,
.category-style1 .category-box:hover .bg-effect {
  filter: brightness(0) invert(1);
}
.category-style1 .category-box:hover h3,
.category-style1 .category-box:hover p,
.category-style1 .category-box:hover a {
  color: rgba(var(--white), 1);
}

.category-style2 {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 248, 246) 100%);
}
.category-style2 .category-box {
  background-color: rgba(var(--white), 1);
  border: 1px solid #f1f5f9;
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0 30px 60px 0 rgba(var(--main-color), 0.04);
  padding: 42px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .category-style2 .category-box {
    padding: 32px;
  }
}
@media (max-width: 1199px) {
  .category-style2 .category-box {
    padding: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.category-style2 .category-box .effect {
  width: 186px;
  height: 186px;
  background-color: #e6f1fd;
  position: absolute;
  border-radius: 0 0 0 90px;
  right: -110px;
  top: -190px;
  transition: all 0.5s ease;
}
.category-style2 .category-box .icon-box {
  width: clamp(55px, calc(55px + (70 - 55) * (100vw - 320px) / (1920 - 320)), 70px);
  height: clamp(55px, calc(55px + (70 - 55) * (100vw - 320px) / (1920 - 320)), 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
  border-radius: 10px;
  margin-bottom: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
  transition: all 0.5s ease;
}
.category-style2 .category-box .icon-box img,
.category-style2 .category-box .icon-box svg {
  width: clamp(28px, calc(28px + (36 - 28) * (100vw - 320px) / (1920 - 320)), 36px);
  height: auto;
  stroke: rgba(var(--main-color), 1);
}
.category-style2 .category-box h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.category-style2 .category-box p {
  margin-bottom: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
}
.category-style2 .category-box .available-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-style2 .category-box .available-part span {
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
  font-size: 12px;
}
.category-style2 .category-box .available-part h4 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 600;
  margin-top: 3px;
}
.category-style2 .category-box .available-part .btn-outline {
  width: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
}
.category-style2 .category-box .available-part .btn-outline:after {
  border-radius: 12px;
}
.category-style2 .category-box .available-part .btn-outline span {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.category-style2 .category-box .available-part .btn-outline span svg {
  transition: all 0.5s ease;
}
.category-style2 .category-box:hover .effect {
  right: -90px;
  top: -90px;
  transition: all 0.5s ease;
}
.category-style2 .category-box:hover .icon-box {
  background-color: rgba(var(--secondary-color), 1);
  transition: all 0.5s ease;
}
.category-style2 .category-box:hover .icon-box img {
  filter: invert(1) brightness(100);
}
.category-style2 .category-box:hover .icon-box svg {
  stroke: white;
}
.category-style2 .category-box:hover .available-part .btn-outline span {
  background: #d5efff;
  transition: all 0.5s ease;
}
.category-style2 .category-box:hover .available-part .btn-outline span svg {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.category-style3 {
  background: rgba(var(--white), 1);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 248, 246) 100%);
}
.category-style3 .category-box {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 rgba(var(--main-color), 1);
  transition: all 0.2s ease-in-out;
}
.category-style3 .category-box:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 100px;
  background-color: rgba(var(--main-color), 1);
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.category-style3 .category-box .category-content {
  display: flex;
  align-items: center;
  padding: 5px 42px 5px 5px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.category-style3 .category-box .icon-box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-light), 0.5);
  border-radius: 100%;
  margin-right: 22px;
}
@media (max-width: 1199px) {
  .category-style3 .category-box .icon-box {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .category-style3 .category-box .icon-box {
    width: 70px;
    height: 70px;
    margin-right: 8px;
  }
}
.category-style3 .category-box h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .category-style3 .category-box h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.category-style3 .category-box p {
  color: rgba(var(--content-color), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-box a {
  display: block;
  margin-left: auto;
  transition: all 0.5s ease;
}
.category-style3 .category-box a svg {
  width: 18px;
  stroke: rgba(var(--content-color), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-box:hover .category-content {
  background-color: rgba(var(--secondary-color), 1);
  transition: all 0.5s ease;
  border-color: rgba(var(--secondary-color), 1);
}
.category-style3 .category-box:hover .icon-box {
  background-color: rgba(var(--white), 0.1);
  border-color: rgba(var(--white), 0.1);
}
.category-style3 .category-box:hover .icon-box img {
  filter: invert(1) brightness(100);
}
.category-style3 .category-box:hover h3,
.category-style3 .category-box:hover p {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-box:hover a svg {
  stroke: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-box:hover::after {
  bottom: -8px;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.category-style4 {
  width: calc(100% - clamp(40px, calc(40px + (80 - 40) * (100vw - 320px) / (1920 - 320)), 80px));
  margin-left: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  background-image: url(eb77c425e7d5288dc44e.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.category-style4 .category-wrap {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  position: relative;
  overflow: hidden;
  display: block;
  color: rgba(var(--black), 1);
  transition: all 0.5s ease;
  height: 100%;
  padding: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  border: 1px solid rgba(var(--border-color), 1);
}
.category-style4 .category-wrap img {
  height: clamp(38px, calc(38px + (42 - 38) * (100vw - 320px) / (1920 - 320)), 42px);
  margin-bottom: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}
.category-style4 .category-wrap h3 {
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  transition: all 0.5s ease;
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  font-weight: 500;
}
.category-style4 .category-wrap p {
  margin-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  line-height: clamp(22px, calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320)), 28px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  border-bottom: none;
  padding-bottom: 6px;
}
.category-style4 .category-wrap ul li {
  padding-left: 0;
  margin-bottom: calc(-2px + (-5 - -2) * (100vw - 320px) / (1920 - 320));
  display: flex;
  gap: 8px;
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
}
.category-style4 .category-wrap ul li svg {
  width: 20px;
  color: rgba(var(--accent-color), 1);
}
.category-style4 .category-wrap ul li + li {
  margin-top: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
.category-style4 .category-wrap .mb-custom {
  margin-bottom: calc(-1px + (-5 - -1) * (100vw - 320px) / (1920 - 320));
}
.category-style4 .category-wrap .icon-box {
  width: clamp(50px, calc(50px + (56 - 50) * (100vw - 320px) / (1920 - 320)), 56px);
  height: clamp(50px, calc(50px + (56 - 50) * (100vw - 320px) / (1920 - 320)), 56px);
  border-radius: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
  margin-bottom: clamp(22px, calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320)), 28px);
}
.category-style4 .category-wrap .icon-box svg {
  color: rgba(var(--main-color), 1);
}
.category-style4 .category-wrap:hover {
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.category-style4 .category-wrap:hover h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.5 Consult css start
==========================*/
.consult-section .consult-box {
  background-image: url(17dc6be29af497ed01fb.png);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  padding: clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px) clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px) 0;
  background-size: cover;
}
.consult-section .consult-box p {
  width: 70%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .consult-section .consult-box p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .consult-section .consult-box p {
    width: 100%;
  }
}
.consult-section .consult-box .theme-title {
  margin-bottom: 0;
}
.consult-section .consult-box .btn-sec {
  margin-top: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
  flex-wrap: wrap;
}
.consult-section .consult-box .btn-sec .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult-section .consult-box .app-btn {
  position: relative;
}
.consult-section .consult-box .app-btn .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: clamp(18px, calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320)), 35px);
  gap: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  left: 50%;
  transform: translateX(-50%);
}
.consult-section.consult-full .row {
  align-items: center;
}
.consult-section.consult-full .consult-box {
  padding: clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px);
}
.consult-section.consult-full .consult-box.full-padding {
  padding: clamp(30px, calc(30px + (120 - 30) * (100vw - 320px) / (1920 - 320)), 120px) clamp(20px, calc(20px + (80 - 20) * (100vw - 320px) / (1920 - 320)), 80px);
}
.consult-section.consult-full .consult-box p {
  margin-left: 0;
  width: 90%;
}
@media (max-width: 767px) {
  .consult-section.consult-full .consult-box p {
    width: 100%;
  }
}
.consult-section.consult-full .consult-box .btn-sec {
  justify-content: flex-start;
}
.consult-section.consult-full .consult-box .app-box {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  padding: clamp(25px, calc(25px + (42 - 25) * (100vw - 320px) / (1920 - 320)), 42px) clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  text-align: center;
  background-color: rgba(var(--white), 1);
}
.consult-section.consult-full .consult-box .app-box h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 600;
  margin-top: calc(-4px + (-6 - -4) * (100vw - 320px) / (1920 - 320));
}
.consult-section.consult-full .consult-box .app-box .app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.6 Counters css start
==========================*/
.counters-section {
  background-image: url(379200022f7d034a9377.png);
  background-size: cover;
}
.counters-section .theme-title h2 {
  color: rgba(var(--white), 1);
}
.counters-section .theme-title h2 span {
  color: #99cbff;
}
.counters-section .theme-title p {
  color: rgba(var(--white), 1);
}
.counters-section .counter-wrapper {
  background-color: rgba(var(--black), 0.5);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  padding: 5px;
}
.counters-section .counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .counters-section .counter-box {
    gap: clamp(18px, calc(18px + (38 - 18) * (100vw - 320px) / (1920 - 320)), 38px);
  }
}
@media (max-width: 576px) {
  .counters-section .counter-box {
    justify-content: flex-start;
  }
}
.counters-section .counter-box:hover {
  background-color: rgba(var(--white), 0.06);
  border-radius: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  transition: all 0.5s ease;
}
.counters-section .counter-box > div {
  position: relative;
}
.counters-section .counter-box > div:after {
  content: "";
  position: absolute;
  left: -24px;
  height: 42px;
  background-color: rgba(var(--white), 0.1);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media (max-width: 1199px) {
  .counters-section .counter-box > div:after {
    left: clamp(9px, calc(9px + (14 - 9) * (100vw - 320px) / (1920 - 320)), 14px);
  }
}
@media (max-width: 991px) {
  .counters-section .counter-box > div:after {
    display: none;
  }
}
.counters-section .counter-box > div h3 {
  font-size: 50px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .counters-section .counter-box > div h3 {
    font-size: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  }
}
.counters-section .counter-box > div p {
  color: rgba(var(--white), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.7 Doctor profile css 
==========================*/
.doctor-section {
  background-image: url(60f1090f86e492e25065.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.doctor-section .search-panel {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: rgba(var(--white), 0.5);
  border-radius: 50px;
  margin-bottom: 60px;
}
.doctor-section .search-panel .lucide {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
.doctor-section .search-panel .search-input {
  width: 40%;
  position: relative;
}
@media (max-width: 1399px) {
  .doctor-section .search-panel .search-input {
    width: 35%;
  }
}
.doctor-section .search-panel .search-input input {
  color: rgba(var(--black), 1);
  padding: 16px 16px 16px 45px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 30px;
}
.doctor-section .search-panel ul {
  width: 60%;
  margin-left: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1399px) {
  .doctor-section .search-panel ul {
    width: 65%;
  }
}
.doctor-section .search-panel ul li {
  width: 33.33%;
  position: relative;
}
.doctor-section .search-panel ul li select {
  padding: 16px 16px 16px 45px;
  color: rgba(var(--content-color), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 30px;
}
.doctor-section .doctor-profile {
  border-radius: 24px;
  overflow: hidden;
}
.doctor-section .doctor-profile .doctor-img {
  position: relative;
  display: block;
}
.doctor-section .doctor-profile .doctor-img img {
  aspect-ratio: 69/50;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-section .doctor-profile .doctor-img .available {
  position: absolute;
  padding: 3px 16px;
  border-radius: 17px;
  background-color: rgba(var(--secondary-color), 1);
  color: rgba(var(--white), 1);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  left: 10px;
  top: 10px;
}
.doctor-section .doctor-profile .doctor-img .available span {
  width: 6px;
  height: 6px;
  background-color: rgba(var(--white), 1);
  border-radius: 100%;
}
.doctor-section .doctor-profile .doctor-content {
  padding: clamp(15px, calc(15px + (32 - 15) * (100vw - 320px) / (1920 - 320)), 32px);
  background-color: rgba(var(--white), 1);
}
.doctor-section .doctor-profile .doctor-content .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  margin-top: -2px;
}
.doctor-section .doctor-profile .doctor-content .rating svg {
  width: 20px;
}
.doctor-section .doctor-profile .doctor-content h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
}
.doctor-section .doctor-profile .doctor-content h3 a {
  color: rgba(var(--black), 1);
}
.doctor-section .doctor-profile .doctor-content h4 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 400;
  color: rgba(var(--main-color), 1);
}
.doctor-section .doctor-profile .doctor-content ul {
  padding-top: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-top: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
.doctor-section .doctor-profile .doctor-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--content-color), 1);
}
.doctor-section .doctor-profile .doctor-content ul li span {
  color: rgba(var(--black), 1);
}
.doctor-section .doctor-profile .doctor-content ul li + li {
  margin-top: 5px;
}
.doctor-section .doctor-profile .doctor-content .btn {
  width: 100%;
  margin-top: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
.doctor-section .doctor-profile .doctor-content .btn span {
  width: 100%;
}

.doctor-section2 {
  background-image: url(3e4fac928cebf61364d1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.doctor-section2 .doctor-profile {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
.doctor-section2 .doctor-profile .dr-top {
  padding: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px) clamp(45px, calc(45px + (65 - 45) * (100vw - 320px) / (1920 - 320)), 65px) clamp(28px, calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320)), 32px);
  text-align: center;
  position: relative;
}
.doctor-section2 .doctor-profile .dr-top .dr-img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 1px solid #f0f4f8;
  margin-bottom: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  transition: all 0.5s ease;
}
.doctor-section2 .doctor-profile .dr-top h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doctor-section2 .doctor-profile .dr-top h3 a {
  color: rgba(var(--black), 1);
}
.doctor-section2 .doctor-profile .dr-top h4 {
  font-size: 16px;
  color: rgba(var(--main-color), 1);
  font-weight: 400;
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.doctor-section2 .doctor-profile .dr-top .review {
  justify-content: center;
  gap: 2px;
}
.doctor-section2 .doctor-profile .dr-top .avai {
  font-size: 12px;
  background-color: rgba(var(--secondary-color), 1);
  color: rgba(var(--white), 1);
  padding: 3px 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 100px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.doctor-section2 .doctor-profile .dr-top .avai span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
}
.doctor-section2 .doctor-profile .exp-box {
  padding: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px) 0 16px;
  border-top: 1px solid rgba(var(--main-color), 0.1);
  border-bottom: 1px solid rgba(var(--main-color), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.doctor-section2 .doctor-profile .exp-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.doctor-section2 .doctor-profile .btn-panel {
  padding: 16px clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px) clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
}
.doctor-section2 .doctor-profile .btn-panel .btn-main {
  width: 100%;
}
.doctor-section2 .doctor-profile .btn-panel .btn-main span {
  width: 100%;
}
.doctor-section2 .doctor-profile:hover .dr-top .dr-img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.doctor-section3 {
  position: relative;
  overflow: hidden;
}
.doctor-section3:after {
  content: "";
  background-image: url(ede1b90a4ac518c1732e.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
  top: 0px;
  left: -10px;
  transform: rotate(1deg);
  box-shadow: inset 0 -10px 100px rgba(var(--black), 0.05);
}
.doctor-section3 .doctor-profile {
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  overflow: hidden;
  position: relative;
}
.doctor-section3 .doctor-profile .dr-img {
  aspect-ratio: 77/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.doctor-section3 .doctor-profile .ava-label {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 15px;
  padding: 3px 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(var(--main-color), 1);
  gap: 8px;
  z-index: 1;
}
.doctor-section3 .doctor-profile .ava-label span {
  width: 6px;
  height: 6px;
  background-color: rgba(var(--main-color), 1);
  border-radius: 100%;
}
.doctor-section3 .doctor-profile .overlay-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  background: linear-gradient(180deg, rgba(var(--white), 0) 0%, rgba(var(--secondary-color), 0.35) 40%, rgba(var(--secondary-color), 1) 100%);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
}
.doctor-section3 .doctor-profile .overlay-detail h3 {
  color: rgba(var(--white), 1);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 8px;
}
.doctor-section3 .doctor-profile .overlay-detail h4 {
  font-size: 16px;
  color: rgba(var(--white), 1);
  margin-bottom: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .doctor-section3 .doctor-profile .overlay-detail h4 {
    margin-bottom: 20px;
  }
}
.doctor-section3 .doctor-profile .overlay-detail .btn-main {
  width: 100%;
}
.doctor-section3 .doctor-profile .overlay-detail .btn-main span {
  width: 100%;
}
.doctor-section3 .doctor-profile .hover-detail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--secondary-color), 0.9);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.doctor-section3 .doctor-profile .hover-detail .review {
  justify-content: center;
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
  gap: 3px;
}
.doctor-section3 .doctor-profile .hover-detail h3 {
  color: rgba(var(--white), 1);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 8px;
}
.doctor-section3 .doctor-profile .hover-detail h4 {
  color: rgba(var(--white), 1);
  font-weight: 300;
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.doctor-section3 .doctor-profile .hover-detail .btn-panel {
  padding: 32px;
}
.doctor-section3 .doctor-profile .hover-detail .exp-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(var(--white), 0.1);
  border-bottom: 1px solid rgba(var(--white), 0.1);
  margin-top: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
}
.doctor-section3 .doctor-profile .hover-detail .exp-box h5,
.doctor-section3 .doctor-profile .hover-detail .exp-box h6 {
  color: rgba(var(--white), 1);
}
.doctor-section3 .doctor-profile .hover-detail .exp-box h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
.doctor-section3 .doctor-profile .hover-detail .exp-box h6 {
  font-size: 16px;
}
.doctor-section3 .doctor-profile .hover-detail .exp-box > div {
  padding: 16px 0;
}
.doctor-section3 .doctor-profile .hover-detail .exp-box > div + div {
  padding-left: 32px;
  margin-left: 32px;
  border-left: 1px solid rgba(var(--white), 0.1);
}
@media (max-width: 1199px) {
  .doctor-section3 .doctor-profile .hover-detail .exp-box > div + div {
    padding-left: 22px;
    margin-left: 22px;
  }
}
.doctor-section3 .doctor-profile .hover-detail .btn-main {
  width: 100%;
}
.doctor-section3 .doctor-profile .hover-detail .btn-main span {
  width: 100%;
}
.doctor-section3 .doctor-profile:hover .overlay-detail {
  opacity: 0;
  visibility: hidden;
}
.doctor-section3 .doctor-profile:hover .ava-label {
  border-color: transparent;
  background-color: rgba(var(--white), 1);
}
.doctor-section3 .doctor-profile:hover .hover-detail {
  opacity: 1;
  visibility: visible;
}

.doctor-section4 {
  background-image: url(82251b4e4500d5c254e3.png);
  background-size: cover;
}
.doctor-section4 .doctor-profile-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  display: block;
}
.doctor-section4 .doctor-profile-box .img-box {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px) clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px) 0 0;
}
.doctor-section4 .doctor-profile-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.doctor-section4 .doctor-profile-box .doctor-info {
  padding: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  text-align: center;
}
.doctor-section4 .doctor-profile-box .doctor-info h3 {
  color: rgba(var(--black), 1);
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.doctor-section4 .doctor-profile-box .doctor-info h4 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.doctor-section4 .doctor-profile-box .doctor-info p {
  color: rgba(var(--black), 1);
}
.doctor-section4 .doctor-profile-box .doctor-info p span {
  color: rgba(var(--content-color), 1);
}
.doctor-section4 .doctor-profile-box .doctor-info h5 {
  margin-top: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  padding-top: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  border-top: 1px solid rgba(91, 101, 221, 0.122);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  color: rgba(var(--black), 1);
}
.doctor-section4 .doctor-profile-box .doctor-info h5 span {
  font-weight: 500;
}
.doctor-section4 .doctor-profile-box .doctor-info .rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}
.doctor-section4 .doctor-profile-box .doctor-info .rating-box i {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
  color: #f7b75e;
}
.doctor-section4 .doctor-profile-box .doctor-info .rating-box span {
  color: rgba(var(--content-color), 1);
}
.doctor-section4 .doctor-profile-box .doctor-info .rating-box p {
  line-height: 1;
}
.doctor-section4 .doctor-profile-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.doctor-section4 .doctor-profile-box:hover .doctor-info h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.doctor-section4.leader-profile .doctor-profile-box {
  border: 1px solid #f1f5f9;
  box-shadow: 0 30px 60px 0 rgba(var(--main-color), 0.04);
}
.doctor-section4.leader-profile .doctor-profile-box .role-text {
  color: rgba(var(--content-color), 0.7);
  font-size: 15px;
}
.doctor-section4.leader-profile .doctor-profile-box .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  margin-bottom: -4px;
}
.doctor-section4.leader-profile .doctor-profile-box .action a {
  line-height: 1;
  display: inline-block;
}
.doctor-section4.leader-profile .doctor-profile-box .action a svg {
  color: rgba(var(--content-color), 1);
  width: 20px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.8 Faq css start
==========================*/
.faq-section {
  background-image: url(363133e0411cb1dc9f83.png);
}
.faq-section .theme-accordion .accordion-item {
  background-color: rgba(var(--white), 1);
  box-shadow: 0 0 40px 0 rgba(var(--black), 0.05);
  border: none;
}
.faq-section .theme-accordion .accordion-button {
  font-weight: 500;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.9 Footer css start
==========================*/
footer {
  background-image: url(627b5a30fc1246a5f3af.jpg);
  padding-top: clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px);
  position: relative;
  margin-top: clamp(1px, calc(1px + (10 - 1) * (100vw - 320px) / (1920 - 320)), 10px);
}
footer .footer-top-effect {
  position: absolute;
  top: calc(-1px + (-10 - -1) * (100vw - 320px) / (1920 - 320));
  left: 0;
  width: 100%;
}
footer .footer-info img {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer .footer-info img {
    margin-bottom: 15px;
    height: 40px;
  }
}
footer .footer-info p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 300;
  margin-bottom: 30px;
  color: rgba(var(--white), 1);
}
@media (max-width: 767px) {
  footer .footer-info p {
    margin-bottom: 20px;
  }
}
footer .footer-info .social-icons {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
footer .footer-info .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 1);
  padding: 5px;
  transition: all 0.5s ease;
}
footer .footer-info .social-icons a svg {
  fill: rgba(var(--white), 1);
}
footer .footer-info .social-icons a:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
footer .footer-title {
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  color: rgba(var(--white), 1);
  margin-bottom: 25px;
  position: relative;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 1199px) {
  footer .footer-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  footer .footer-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  footer .footer-title {
    margin-bottom: 0;
    margin-top: 0;
  }
  footer .footer-title.active::after {
    content: "-";
  }
  footer .footer-title:after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: transform 0.3s;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  footer .footer-content li {
    margin-top: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
footer .footer-content li a {
  color: rgba(var(--white), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  display: block;
  transition: all 0.5s ease;
}
footer .footer-content li a:hover {
  letter-spacing: 0.05em;
}
footer .footer-content li + li {
  margin-top: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
footer .copyright-sec {
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--white), 0.08);
  margin-top: clamp(30px, calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320)), 80px);
}
@media (max-width: 991px) {
  footer .copyright-sec {
    flex-direction: column;
    gap: 8px;
  }
}
footer .copyright-sec p {
  color: rgba(var(--white), 1);
}
footer .copyright-sec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .copyright-sec ul li {
  display: flex;
  align-items: center;
}
footer .copyright-sec ul li a {
  color: rgba(var(--white), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  line-height: 1;
}
footer .copyright-sec ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(var(--white), 0.4);
}
footer .footer-col {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  footer .footer-col {
    flex-direction: column;
    gap: 20px;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.10 Header style
==========================**/
header {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 20px;
  z-index: 3;
  border-radius: 40px;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  header {
    padding: 10px 15px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header {
    gap: 10px;
  }
}
header.header-classic {
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  display: unset;
  gap: 0;
}
header.header-classic .logo-box {
  background-color: #cce3fa;
  padding: 35px 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  width: 280px;
}
@media (max-width: 1440px) {
  header.header-classic .logo-box {
    width: 250px;
    padding: 25px 40px;
  }
}
@media (max-width: 1299px) {
  header.header-classic .logo-box {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  header.header-classic .logo-box {
    display: none;
  }
}
header.header-classic .logo-box .shape {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 70px;
  height: 100%;
  position: absolute;
  right: -26px;
  background-color: #cce3fa;
}
@media (max-width: 1299px) {
  header.header-classic .logo-box .shape {
    right: -20px;
    width: 40px;
  }
}
header.header-classic .head-part {
  margin-left: 300px;
}
@media (max-width: 1440px) {
  header.header-classic .head-part {
    margin-left: 270px;
  }
}
@media (max-width: 1299px) {
  header.header-classic .head-part {
    margin-left: 200px;
  }
}
@media (max-width: 1199px) {
  header.header-classic .head-part {
    margin-left: 0;
  }
}
header.header-classic .top-bar {
  background-color: rgba(var(--main-color), 1);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 60px;
}
@media (max-width: 1440px) {
  header.header-classic .top-bar {
    padding: 8px clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  }
}
header.header-classic .top-bar ul {
  display: flex;
  align-items: center;
}
header.header-classic .top-bar ul li {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  line-height: 1;
  font-weight: 350;
  color: rgba(var(--white), 1);
}
header.header-classic .top-bar ul li svg {
  width: 16px;
  stroke: rgba(var(--white), 1);
}
header.header-classic .top-bar ul li > a {
  color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 5px;
}
header.header-classic .top-bar ul li + li {
  padding-left: clamp(6px, calc(6px + (16 - 6) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-left: clamp(6px, calc(6px + (16 - 6) * (100vw - 320px) / (1920 - 320)), 16px);
  border-left: 1px solid rgba(var(--white), 0.2);
}
header.header-classic .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 60px;
}
@media (max-width: 1440px) {
  header.header-classic .main-menu {
    padding: 16px 40px;
  }
}
@media (max-width: 1299px) {
  header.header-classic .main-menu {
    padding: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px) clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  }
}
header .brand-logo img {
  height: clamp(30px, calc(30px + (42 - 30) * (100vw - 320px) / (1920 - 320)), 42px);
}
header.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(var(--white), 1);
  z-index: 3;
  box-shadow: 0 6px 1.5rem -0.3rem rgba(108, 108, 109, 0.15);
  animation: slideDown 0.5s forwards ease;
  border-radius: 0;
}
header .right-btns {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 10px;
}
@media (max-width: 1299px) {
  header .right-btns {
    gap: 5px;
  }
}
header .right-btns .btn-main span {
  padding: clamp(5px, calc(5px + (12 - 5) * (100vw - 320px) / (1920 - 320)), 12px) clamp(15px, calc(15px + (35 - 15) * (100vw - 320px) / (1920 - 320)), 35px);
}
header .right-btns .btn-link {
  text-decoration: none;
  color: rgba(var(--secondary-color), 1);
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid rgba(var(--border-color), 1);
  font-size: 17px;
}
@media (max-width: 1299px) {
  header .right-btns .btn-link {
    padding-right: 10px;
    margin-right: 5px;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  4.11 Home section style
==========================**/
.home-style1 {
  background-image: url(eeac9a4757c3fb2c159b.png);
  background-position: bottom;
  padding: clamp(120px, calc(120px + (180 - 120) * (100vw - 320px) / (1920 - 320)), 180px) 0 clamp(40px, calc(40px + (180 - 40) * (100vw - 320px) / (1920 - 320)), 180px);
  background-size: cover;
  position: relative;
}
.home-style1 .home-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.home-style1 .home-content .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px) clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--main-color), 0.05);
  border: 1px solid rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  border-radius: 50px;
  font-weight: 500;
}
.home-style1 .home-content h1 {
  color: rgba(var(--secondary-color), 1);
  margin-top: 15px;
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  font-size: clamp(28px, calc(28px + (64 - 28) * (100vw - 320px) / (1920 - 320)), 64px);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  text-transform: unset;
  visibility: hidden;
}
.home-style1 .home-content h1 .word {
  white-space: nowrap;
}
.home-style1 .home-content h1 .char {
  display: inline-block;
  will-change: transform;
}
@media (max-width: 1199px) {
  .home-style1 .home-content h1 {
    margin-top: 10px;
  }
}
.home-style1 .home-content h1 span {
  color: rgba(var(--black), 1);
  font-weight: 600;
  display: unset !important;
}
.home-style1 .home-content p {
  color: rgba(var(--secondary-color), 1);
  line-height: 28px;
}
.home-style1 .home-content .btn-panel {
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .home-style1 .home-content .btn-panel {
    margin-top: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
.home-style1 .home-content .rating-panel {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  padding: 14px 24px;
  border: 2px solid rgba(var(--white), 1);
  background-color: #f5f8fd;
  border-radius: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .home-style1 .home-content .rating-panel {
    gap: 15px;
    margin-top: 35px;
    padding: 14px 14px;
    border-radius: 16px;
  }
}
@media (max-width: 576px) {
  .home-style1 .home-content .rating-panel {
    margin-top: 22px;
  }
}
.home-style1 .home-content .rating-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-style1 .home-content .rating-panel li h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .home-style1 .home-content .rating-panel li h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.home-style1 .home-content .rating-panel li h3 {
  font-size: 16px;
  color: rgba(var(--secondary-color), 1);
}
@media (max-width: 1199px) {
  .home-style1 .home-content .rating-panel li h3 {
    font-size: 14px;
  }
}
.home-style1 .home-img {
  position: relative;
}
.home-style1 .home-img .home-doc {
  position: absolute;
  left: -50px;
  bottom: 10%;
}
.home-style1 .home-img .home-doc > div {
  transform: rotate(-3deg);
  background-color: rgba(var(--white), 1);
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(var(--black), 0.1);
  padding: 20px;
  background-color: rgba(var(--white), 1);
  border-radius: 10px;
}
.home-style1 .home-img .home-doc h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.home-style1 .home-img .home-doc ul {
  margin-bottom: 10px;
}
.home-style1 .home-img .home-doc ul li img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 3px solid rgba(var(--white), 1);
}
.home-style1 .home-img .home-doc ul li span {
  display: grid;
  place-items: center;
  background-color: #bdddff;
  width: 45px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100%;
  border: 3px solid rgba(var(--white), 1);
  letter-spacing: 0.5px;
}
.home-style1 .home-img .home-doc ul li + li {
  margin-left: -15px;
}
.home-style1 .home-img .home-doc a {
  background-color: rgba(var(--main-color), 1);
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--white), 1);
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
}
.home-style1 .home-img img {
  border-radius: 10px;
}
.home-style1.home-style2 {
  background-image: url(eb77c425e7d5288dc44e.png);
  padding: clamp(154px, calc(154px + (245 - 154) * (100vw - 320px) / (1920 - 320)), 245px) 0 clamp(60px, calc(60px + (150 - 60) * (100vw - 320px) / (1920 - 320)), 150px);
  background-position: unset;
}
@media (max-width: 1199px) {
  .home-style1.home-style2 {
    padding: clamp(154px, calc(154px + (245 - 154) * (100vw - 320px) / (1920 - 320)), 245px) 0 clamp(60px, calc(60px + (120 - 60) * (100vw - 320px) / (1920 - 320)), 120px);
  }
}
@media (max-width: 991px) {
  .home-style1.home-style2 .home-img img {
    width: 100%;
  }
}
.home-style1.home-style2 .home-content h1 {
  color: rgba(var(--white), 1);
  text-transform: unset;
  visibility: hidden;
}
.home-style1.home-style2 .home-content h1 .word {
  white-space: nowrap;
}
.home-style1.home-style2 .home-content h1 span {
  color: #99cbff;
  display: unset !important;
}
.home-style1.home-style2 .home-content h1 .char {
  display: inline-block;
  will-change: transform;
}
.home-style1.home-style2 .home-content p {
  color: rgba(var(--white), 1);
}
.home-style1.home-style2 .home-content .home-top-bar {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .home-style1.home-style2 .home-content .home-top-bar {
    flex-direction: column;
    gap: 15px;
    align-items: unset;
  }
}
.home-style1.home-style2 .home-content .home-top-bar li {
  color: #d5d5d5;
}
.home-style1.home-style2 .home-content .home-top-bar li .subtitle {
  color: rgba(var(--main-color), 1);
}
.home-style1.home-style2 .home-content .home-top-bar li span {
  color: rgba(var(--white), 1);
}
.home-style1.home-style2 .home-content .home-top-bar li + li {
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(var(--white), 0.2);
}
@media (max-width: 1199px) {
  .home-style1.home-style2 .home-content .home-top-bar li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.home-style1.home-style2 .home-img {
  text-align: center;
}
.home-style1.home-style2 .home-img .home-consultation-box {
  position: absolute;
  background-color: rgba(var(--white), 1);
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  bottom: -30px;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box .dr-img {
  position: relative;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box .dr-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid rgba(var(--main-color), 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box .dr-img span {
  width: 10px;
  height: 10px;
  background-color: #08a200;
  border-radius: 100%;
  position: absolute;
  display: block;
  right: 0;
  bottom: 6px;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box .dr-content {
  width: calc(100% - 60px - 14px);
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box h2,
.home-style1.home-style2 .home-img .home-consultation-box .dr-box h3 {
  font-size: 16px;
  font-weight: 500;
}
.home-style1.home-style2 .home-img .home-consultation-box .dr-box h3 {
  color: rgba(var(--main-color), 1);
  margin-top: 5px;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 {
  position: absolute;
  right: 0;
  bottom: 20%;
  min-width: 260px;
  transform: rotate(-5deg);
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .fs-14 {
  font-size: 14px;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail {
  background-color: rgba(var(--main-color), 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 7px 12px;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail ul {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail ul li {
  font-size: 12px;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail ul li + li {
  position: relative;
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail ul li + li:after {
  content: "";
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(var(--black), 0.8);
  top: 50%;
  transform: translateY(-50%);
}
.home-style1.home-style2 .home-img .home-consultation-box.consulation-2 .video-detail a {
  font-size: 12px;
}

.home-style3 {
  background-image: url(bfd43d571aa4ff028297.jpg);
  padding: clamp(154px, calc(154px + (245 - 154) * (100vw - 320px) / (1920 - 320)), 245px) 0 clamp(60px, calc(60px + (125 - 60) * (100vw - 320px) / (1920 - 320)), 125px);
}
.home-style3 .home-content {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .home-style3 .home-content {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .home-style3 .home-content {
    width: 90%;
  }
}
.home-style3 .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--main-color), 0.05);
  border: 1px solid rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  border-radius: 50px;
  font-weight: 500;
}
.home-style3 h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: rgba(var(--black), 1);
  font-weight: 500;
  margin-top: 15px;
  text-transform: unset;
  visibility: hidden;
}
.home-style3 h1 .word {
  white-space: nowrap;
}
.home-style3 h1 span {
  color: rgba(var(--main-color), 1);
  font-weight: 700;
  display: unset !important;
}
.home-style3 h1 .char {
  display: inline-block;
  will-change: transform;
}
.home-style3 p {
  margin-top: 8px;
}
.home-style3 .home-search-panel {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 40px;
  border-radius: clamp(15px, calc(15px + (50 - 15) * (100vw - 320px) / (1920 - 320)), 50px);
  border: 1px solid #e6f1fd;
  background-color: rgba(var(--white), 1);
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto 0;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .home-style3 .home-search-panel {
    flex-direction: column;
    width: 90%;
    padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  }
}
.home-style3 .home-search-panel .content-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .home-style3 .home-search-panel .content-box {
    width: 100%;
  }
}
.home-style3 .home-search-panel .content-box + .content-box {
  padding-left: 28px;
  margin-left: 28px;
  border-left: 1px solid #e6f1fd;
}
@media (max-width: 991px) {
  .home-style3 .home-search-panel .content-box + .content-box {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid #e6f1fd;
    padding-top: 15px;
    margin-top: 15px;
  }
}
.home-style3 .home-search-panel .content-box .form-control {
  padding: 0;
  border: none;
  margin-top: 3px;
  font-size: 14px;
}
.home-style3 .home-search-panel .content-box .form-control::-moz-placeholder {
  color: #7189aa;
}
.home-style3 .home-search-panel .content-box .form-control::placeholder {
  color: #7189aa;
}
.home-style3 .home-search-panel .content-box svg {
  width: 20px;
  stroke: rgba(var(--main-color), 1);
}
.home-style3 .home-search-panel .btn-main {
  margin-left: 32px;
}
@media (max-width: 991px) {
  .home-style3 .home-search-panel .btn-main {
    width: 100%;
    margin-left: 0;
    margin-top: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  }
  .home-style3 .home-search-panel .btn-main span {
    width: 100%;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.12 How it works css start
==========================*/
@media (max-width: 767px) {
  .how-works-style1 .row {
    margin-top: -1.5rem;
  }
}
.how-works-style1 .row > div:nth-child(even) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .how-works-style1 .row > div:nth-child(even) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .how-works-style1 .row > div:nth-child(even) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .how-works-style1 .row > div {
    margin-top: 1.5rem;
  }
}
.how-works-style1 .row > div + div {
  position: relative;
}
.how-works-style1 .step-wrapper {
  text-align: center;
}
.how-works-style1 .step-wrapper .step-box {
  width: 120px;
  height: 120px;
  margin-inline: auto;
  border-radius: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid rgba(var(--main-color), 1);
  border-bottom: 3px solid rgba(var(--main-color), 1);
  box-shadow: 0 24px 35px 0 rgba(var(--main-color), 0.3);
  margin-bottom: 40px;
  position: relative;
  background-color: rgba(var(--white), 1);
  z-index: 1;
  margin-top: clamp(24px, calc(24px + (43 - 24) * (100vw - 320px) / (1920 - 320)), 43px);
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .how-works-style1 .step-wrapper .step-box {
    width: clamp(70px, calc(70px + (90 - 70) * (100vw - 320px) / (1920 - 320)), 90px);
    height: clamp(70px, calc(70px + (90 - 70) * (100vw - 320px) / (1920 - 320)), 90px);
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .how-works-style1 .step-wrapper .step-box img {
    height: calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320));
  }
}
.how-works-style1 .step-wrapper .step-box span {
  position: absolute;
  font-size: 50px;
  color: rgba(var(--secondary-color), 1);
  opacity: 0.1;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  z-index: -2;
}
@media (max-width: 991px) {
  .how-works-style1 .step-wrapper .step-box span {
    top: calc(-36px + (-46 - -36) * (100vw - 320px) / (1920 - 320));
    font-size: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  }
}
.how-works-style1 .step-wrapper .step-content h3 {
  font-weight: 600;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .how-works-style1 .step-wrapper .step-content h3 {
    font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.how-works-style1 .step-wrapper .step-content p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .how-works-style1 .step-wrapper .step-content p {
    width: 100%;
  }
}
.how-works-style1 .step-wrapper:hover .step-box {
  background-color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
  box-shadow: none;
  border-color: rgba(var(--main-light), 1);
  transform: translateY(10px);
}
.how-works-style1 .step-wrapper:hover .step-box img {
  filter: invert(1) brightness(100);
}

.how-works-style2 {
  background-image: url(54509e57affd327107c3.jpg);
  background-size: cover;
}
.how-works-style2 .row > div {
  position: relative;
}
.how-works-style2 .row > div:nth-child(2) .step-box, .how-works-style2 .row > div:nth-child(3) .step-box {
  background-color: rgba(var(--white), 1);
}
.how-works-style2 .row > div:nth-child(2) .step-box .vertical-panel, .how-works-style2 .row > div:nth-child(3) .step-box .vertical-panel {
  background-color: #dbedff;
}
.how-works-style2 .row > div:nth-child(2) .step-box, .how-works-style2 .row > div:first-child .step-box {
  margin: 0 auto;
}
.how-works-style2 .row > div:nth-child(even) .step-box {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .how-works-style2 .row > div:nth-child(even) .step-box {
    margin-top: 0;
  }
}
.how-works-style2 .row > div:nth-child(even) .arrow-icon {
  top: 63px;
}
.how-works-style2 .row > div:nth-child(2) .arrow-icon {
  left: 11%;
}
.how-works-style2 .row > div:nth-child(3) .arrow-icon {
  left: 39%;
  right: 0;
  transform: scaleX(-1);
}
.how-works-style2 .arrow-icon {
  position: absolute;
  top: -57px;
  left: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  will-change: clip-path, opacity, transform;
}
@media (max-width: 767px) {
  .how-works-style2 .arrow-icon {
    display: none;
  }
}
.how-works-style2 .step-box {
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0px 30px 60px 0 rgba(var(--main-color), 0.04);
  background-color: #dbedff;
  position: relative;
  padding-left: 60px;
  padding-block: 30px;
  padding-right: 40px;
  width: 78%;
  border: 1px solid #f1f5f9;
}
@media (max-width: 991px) {
  .how-works-style2 .step-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .how-works-style2 .step-box {
    background-color: rgba(var(--white), 1);
  }
}
.how-works-style2 .step-box .icon-img {
  margin-bottom: 10px;
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
}
.how-works-style2 .step-box h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.how-works-style2 .step-box .vertical-panel {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: calc(100% - 20px);
  position: absolute;
  background-color: white;
  border-radius: 20px;
  letter-spacing: 6px;
  padding: 7px 4px;
  left: 10px;
  top: 10px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  .how-works-style2 .step-box .vertical-panel {
    background-color: #dbedff;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.13 Pricing css start
==========================*/
.pricing-style1 .plan-toggle {
  position: relative;
  width: 260px;
  background: rgba(var(--white), 1);
  border-radius: 50px;
  display: flex;
  padding: 5px;
  margin: 0 auto clamp(22px, calc(22px + (102 - 22) * (100vw - 320px) / (1920 - 320)), 102px);
}
.pricing-style1 .plan-toggle .toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  z-index: 1;
  padding: 10px 0;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.pricing-style1 .plan-toggle .toggle-btn.active {
  color: rgba(var(--white), 1);
}
.pricing-style1 .plan-toggle .toggle-bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 5px);
  height: calc(100% - 10px);
  background: #1976d2;
  border-radius: 50px;
  transition: transform 0.35s ease;
}
.pricing-style1 .pricing-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  background-color: rgba(var(--white), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
}
@media (max-width: 991px) {
  .pricing-style1 .pricing-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .pricing-style1 .pricing-wrapper {
    grid-template-columns: 1fr 1fr;
    background-color: transparent;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .pricing-style1 .pricing-wrapper {
    grid-template-columns: 1fr;
  }
}
.pricing-style1 .pricing-wrapper .pricing-box {
  padding: 42px;
}
@media (max-width: 1199px) {
  .pricing-style1 .pricing-wrapper .pricing-box {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .pricing-style1 .pricing-wrapper .pricing-box {
    padding: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
@media (max-width: 767px) {
  .pricing-style1 .pricing-wrapper .pricing-box {
    background-color: rgba(var(--white), 1);
    border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  }
}
.pricing-style1 .pricing-wrapper .pricing-box h3 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 32px;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .pricing-style1 .pricing-wrapper .pricing-box h3 {
    font-size: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
    margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
    margin-top: calc(-4px + (-6 - -4) * (100vw - 320px) / (1920 - 320));
  }
}
.pricing-style1 .pricing-wrapper .pricing-box h3 span {
  font-size: 18px;
}
.pricing-style1 .pricing-wrapper .pricing-box h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .pricing-style1 .pricing-wrapper .pricing-box h4 {
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
  }
}
.pricing-style1 .pricing-wrapper .pricing-box ul {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .pricing-style1 .pricing-wrapper .pricing-box ul {
    margin-top: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  }
}
.pricing-style1 .pricing-wrapper .pricing-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-style1 .pricing-wrapper .pricing-box ul li + li {
  margin-top: calc(2px + (6 - 2) * (100vw - 320px) / (1920 - 320));
}
.pricing-style1 .pricing-wrapper .pricing-box .btn-main {
  margin-top: clamp(15px, calc(15px + (32 - 15) * (100vw - 320px) / (1920 - 320)), 32px);
  width: 100%;
}
.pricing-style1 .pricing-wrapper .pricing-box .btn-main span {
  width: 100%;
}
.pricing-style1 .pricing-wrapper .pricing-box.active {
  background-color: rgba(var(--secondary-color), 1);
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  top: -42px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-style1 .pricing-wrapper .pricing-box.active {
    top: unset;
  }
}
.pricing-style1 .pricing-wrapper .pricing-box.active h3,
.pricing-style1 .pricing-wrapper .pricing-box.active h4,
.pricing-style1 .pricing-wrapper .pricing-box.active p,
.pricing-style1 .pricing-wrapper .pricing-box.active li {
  color: rgba(var(--white), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.14 Testimonial css start
==========================*/
.testimonial-section .theme-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .testimonial-section .theme-title {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
  }
}
.testimonial-section .theme-title .review-img {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .testimonial-section .theme-title .review-img {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .theme-title .review-img {
    margin-top: 20px;
    gap: 20px;
  }
}
.testimonial-section .theme-title .review-img img {
  height: 45px;
}
@media (max-width: 1199px) {
  .testimonial-section .theme-title .review-img img {
    height: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  }
}
.testimonial-section .testimonial-box {
  padding: 40px;
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  background-image: url(e27baab2e0e1a674c6b2.png);
}
@media (max-width: 1299px) {
  .testimonial-section .testimonial-box {
    padding: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  }
}
.testimonial-section .testimonial-box p {
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .testimonial-section .testimonial-box p {
    margin-top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
    margin-bottom: clamp(10px, calc(10px + (25 - 10) * (100vw - 320px) / (1920 - 320)), 25px);
  }
}
.testimonial-section .testimonial-box .review {
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.testimonial-section .testimonial-box .avatar-box {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.testimonial-section .testimonial-box .avatar-box img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.testimonial-section .testimonial-box .avatar-box span {
  font-size: 18px;
  font-weight: 500;
}
.testimonial-section .review-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.testimonial-section .review-slider .slider-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
}
.testimonial-section .review-slider .slider-option .swiper-button-next,
.testimonial-section .review-slider .slider-option .swiper-button-prev {
  position: relative;
  inset: 0;
  margin: 0;
  width: auto;
  height: auto;
  z-index: unset;
}
.testimonial-section .review-slider .slider-option .swiper-button-next::after,
.testimonial-section .review-slider .slider-option .swiper-button-prev::after {
  display: none;
}
.testimonial-section .review-slider .slider-option .swiper-pagination {
  display: flex;
  position: relative;
  inset: 0;
  width: -moz-max-content;
  width: max-content;
  height: 18px;
  align-items: center;
}
.testimonial-section .review-slider .slider-option .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(var(--black), 0.2);
  border-radius: 50%;
  position: relative;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .review-slider .slider-option .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--black), 1);
}
.testimonial-section .review-slider .slider-option .progress-ring {
  position: absolute;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}
.testimonial-section .review-slider .slider-option .progress-ring circle {
  fill: none;
  stroke: rgba(var(--black), 1);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.testimonial-section .review-slider .slider-option .swiper-pagination-bullet-active .progress-ring circle {
  animation: drawCircle 0.6s ease forwards;
}
@keyframes drawCircle {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.testimonial-section2 {
  background: #dfefff;
  background: linear-gradient(180deg, rgb(223, 239, 255) 0%, rgb(249, 248, 246) 100%);
}
.testimonial-section2 .testimonial-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(18px, calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320)), 28px);
}
.testimonial-section2 .testimonial-logo img {
  height: clamp(32px, calc(32px + (40 - 32) * (100vw - 320px) / (1920 - 320)), 40px);
}
.testimonial-section2 .testimonial-logo img + img {
  margin-left: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  padding-left: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  border-left: 1px solid rgba(var(--black), 0.1);
}
.testimonial-section2 .testimonial-box {
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  background-color: rgba(var(--white), 1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.11);
  padding: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px) clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px) 10px;
  overflow: hidden;
}
.testimonial-section2 .testimonial-box .review {
  gap: 3px;
  margin-bottom: clamp(10px, calc(10px + (22 - 10) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-top: -4px;
}
.testimonial-section2 .testimonial-box p {
  margin-bottom: clamp(25px, calc(25px + (45 - 25) * (100vw - 320px) / (1920 - 320)), 45px);
}
.testimonial-section2 .testimonial-box .avatar-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.testimonial-section2 .testimonial-box .avatar-box:after {
  content: "";
  position: absolute;
  background-color: rgba(var(--main-light), 0.5);
  width: 90%;
  height: calc(100% + 20px);
  left: calc(-20px + (-30 - -20) * (100vw - 320px) / (1920 - 320));
  bottom: -10px;
  border-radius: 0 60px 0 0;
  z-index: -1;
}
@media (max-width: 1299px) {
  .testimonial-section2 .testimonial-box .avatar-box:after {
    width: 110%;
  }
}
@media (max-width: 1199px) {
  .testimonial-section2 .testimonial-box .avatar-box:after {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .testimonial-section2 .testimonial-box .avatar-box:after {
    width: 110%;
  }
}
@media (max-width: 767px) {
  .testimonial-section2 .testimonial-box .avatar-box:after {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .testimonial-section2 .testimonial-box .avatar-box:after {
    width: 110%;
  }
}
.testimonial-section2 .testimonial-box .avatar-box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 12px;
}
.testimonial-section2 .testimonial-box .avatar-box h3 {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.testimonial-section2 .testimonial-box .avatar-box span {
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
  display: block;
  margin-bottom: -4px;
}
.testimonial-section2 .testimonial-box .avatar-box .icon {
  margin-left: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  opacity: 0.1;
}
.testimonial-section2 .review-slider2 .swiper-pagination {
  position: relative;
  inset: 0;
  margin-top: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section2 .review-slider2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(var(--main-color), 1);
  background-color: transparent;
  opacity: 1;
}
.testimonial-section2 .review-slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: rgba(var(--main-color), 1);
}

.testimonial-section3 {
  background: #dfefff;
  background: linear-gradient(180deg, rgb(223, 239, 255) 0%, rgb(249, 248, 246) 100%);
  text-align: center;
}
.testimonial-section3 .testimonial-box {
  padding-block: 0;
  margin-top: 12px;
  margin-bottom: 55px;
  padding-bottom: 30px;
  background-color: rgba(var(--white), 1);
}
.testimonial-section3 .testimonial-box .testimonial-img {
  margin-top: -20px;
  opacity: 0.3;
  width: 40px;
}
.testimonial-section3 .testimonial-box .avatar-box {
  margin-bottom: 0;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.testimonial-section3 .testimonial-box p {
  margin-top: 14px;
  margin-bottom: 20px;
}
.testimonial-section3 .testimonial-box .review {
  justify-content: center;
  margin-top: 10px;
}

.testimonial-section4 .testimonial-box {
  background-color: rgba(var(--white), 1);
  padding: 30px;
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  border: 1px solid #f1f5f9;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  .testimonial-section4 .testimonial-box {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.testimonial-section4 .testimonial-box .ratings {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(0px + (4 - 0) * (100vw - 320px) / (1920 - 320)), 4px);
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.testimonial-section4 .testimonial-box .ratings li {
  line-height: 1;
}
.testimonial-section4 .testimonial-box .ratings svg {
  color: #f7b75e;
  width: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  fill: #f7b75e;
  height: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  position: relative;
  right: unset;
  top: unset;
  opacity: 1;
}
.testimonial-section4 .testimonial-box p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.testimonial-section4 .testimonial-box .avatar-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-section4 .testimonial-box .avatar-box img {
  width: clamp(42px, calc(42px + (52 - 42) * (100vw - 320px) / (1920 - 320)), 52px);
  height: clamp(42px, calc(42px + (52 - 42) * (100vw - 320px) / (1920 - 320)), 52px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.testimonial-section4 .testimonial-box svg {
  fill: #b7b7b7;
  color: #b7b7b7;
  opacity: 0.07;
  width: 200px;
  position: absolute;
  right: -5%;
  top: -21%;
  height: auto;
}
.testimonial-section4 .testimonial-box h3 {
  color: rgba(var(--black), 1);
}
.testimonial-section4 .testimonial-box span {
  color: rgba(var(--content-color), 1);
  display: block;
  margin-bottom: -8px;
  margin-top: 4px;
  font-size: 14px;
}
.testimonial-section4 .testimonial-box:hover {
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.1);
  transition: all 0.5s ease;
}
.testimonial-section4 .testimonial-box:hover label {
  opacity: 0.1;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.15 Video css start
==========================*/
.videocall-section .video-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.videocall-section .video-img .front {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.videocall-section .video-img .opposite {
  width: clamp(70px, calc(70px + (140 - 70) * (100vw - 320px) / (1920 - 320)), 140px);
  height: clamp(70px, calc(70px + (140 - 70) * (100vw - 320px) / (1920 - 320)), 140px);
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.videocall-section .video-img .calling-option {
  position: absolute;
  bottom: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}
.videocall-section .video-img .calling-option li.red-action a {
  background-color: #ff0000;
}
.videocall-section .video-img .calling-option li.red-action a svg {
  stroke: transparent;
  transform: rotate(135deg);
  fill: rgba(var(--white), 1);
}
.videocall-section .video-img .calling-option li a {
  width: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videocall-section .video-img .calling-option li a svg {
  stroke: rgba(var(--black), 1);
}
.videocall-section .video-info {
  background-color: rgba(var(--white), 1);
  padding: 28px;
  border-radius: 10px;
}
.videocall-section .video-info .select-dr {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
}
.videocall-section .video-info .select-dr img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid rgba(var(--main-color), 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(var(--main-color), 0.05);
}
.videocall-section .video-info .select-dr h3,
.videocall-section .video-info .select-dr h4 {
  font-size: 16px;
}
.videocall-section .video-info .select-dr h4 {
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  margin-top: 5px;
}
.videocall-section .video-info .exp {
  background-color: rgba(var(--main-color), 0.05);
  border: 1px solid rgba(var(--main-color), 0.1);
  border-radius: 10px;
}
.videocall-section .video-info .exp li {
  padding: 12px 20px;
  width: calc(50% - 2px);
}
.videocall-section .video-info .exp li span {
  color: rgba(var(--content-color), 0.7);
}
.videocall-section .video-info .exp li h5 {
  font-weight: 500;
  margin-top: 6px;
  font-size: 18px;
}
.videocall-section .video-info .exp li + li {
  border-left: 1px solid rgba(var(--main-color), 0.1);
}
.videocall-section .video-chat {
  background-color: rgba(var(--white), 1);
  padding: 28px;
  border-radius: 10px;
  position: relative;
  margin-top: 24px;
}
.videocall-section .video-chat .chat-messages {
  padding: 0;
}
.videocall-section .video-chat .message-input {
  padding: 0;
  position: relative;
}

.dashboard-section {
  background-image: url(82251b4e4500d5c254e3.png);
  position: relative;
  padding-top: calc(clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px) + clamp(13px, calc(13px + (41 - 13) * (100vw - 320px) / (1920 - 320)), 41px));
}
.dashboard-section .top-effect {
  position: absolute;
  top: 0;
  width: 100%;
}
.dashboard-section .dashboard-img {
  border-radius: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0 0 40px 0 rgba(var(--black), 0.05);
}
.dashboard-section.custom-margin {
  margin-top: calc(-13px + (-80 - -13) * (100vw - 320px) / (1920 - 320));
  padding-top: calc(clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px) + clamp(13px, calc(13px + (80 - 13) * (100vw - 320px) / (1920 - 320)), 80px));
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.16 Why choose css 
==========================*/
.why-choose-style1 .why-choose-img {
  position: relative;
  padding-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  height: 100%;
}
.why-choose-style1 .why-choose-img img {
  width: 90%;
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .why-choose-style1 .why-choose-img img {
    width: 95%;
  }
}
.why-choose-style1 .why-choose-img .verified-box {
  background-color: rgba(var(--white), 1);
  padding: clamp(10px, calc(10px + (24 - 10) * (100vw - 320px) / (1920 - 320)), 24px);
  box-shadow: 0 0 18px 0 rgba(var(--black), 0.12);
  border-radius: 14px;
  max-width: clamp(180px, calc(180px + (300 - 180) * (100vw - 320px) / (1920 - 320)), 300px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-choose-style1 .why-choose-img .verified-box svg {
  width: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  color: rgba(var(--main-color), 1);
}
.why-choose-style1 .why-choose-img .verified-box p {
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  margin-bottom: calc(-1px + (-3 - -1) * (100vw - 320px) / (1920 - 320));
}
.why-choose-style1 .why-choose-img .verified-box > div {
  display: flex;
  align-items: center;
  gap: clamp(3px, calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320)), 6px);
  margin-bottom: clamp(4px, calc(4px + (14 - 4) * (100vw - 320px) / (1920 - 320)), 14px);
}
.why-choose-style1 .why-choose-img .verified-box > div h2 {
  font-weight: 500;
  color: rgba(var(--black), 1);
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.why-choose-style1 .why-choose-img .verified-box.theme-box {
  background-color: rgba(var(--main-color), 1);
  text-align: center;
  color: rgba(var(--white), 1);
}
.why-choose-style1 .why-choose-img .verified-box.theme-box p {
  color: rgba(var(--white), 0.5);
  text-transform: uppercase;
  margin-top: clamp(4px, calc(4px + (10 - 4) * (100vw - 320px) / (1920 - 320)), 10px);
}
.why-choose-style1 .why-choose-listing li {
  display: flex;
  gap: 14px;
}
.why-choose-style1 .why-choose-listing li + li {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.why-choose-style1 .why-choose-listing li .icon-box {
  width: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px);
  border-radius: 8px;
  background-color: rgba(var(--white), 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-style1 .why-choose-listing li .icon-box svg {
  width: clamp(24px, calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320)), 30px);
  color: rgba(var(--main-color), 1);
}
.why-choose-style1 .why-choose-listing li .why-choose-content {
  width: calc(100% - 50px - 14px);
}
.why-choose-style1 .why-choose-listing li h3 {
  font-weight: 500;
  margin-bottom: clamp(4px, calc(4px + (6 - 4) * (100vw - 320px) / (1920 - 320)), 6px);
}
.why-choose-style1 .theme-title {
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  text-align: left;
}
.why-choose-style1 .theme-title h2 {
  margin-bottom: clamp(6px, calc(6px + (15 - 6) * (100vw - 320px) / (1920 - 320)), 15px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.why-choose-style1 .theme-title h3 {
  font-size: 14px;
  color: rgba(var(--main-color), 1);
}
.why-choose-style1 .theme-title h6 {
  margin-bottom: 20px;
}
.why-choose-style1 .custom-fs {
  font-size: clamp(20px, calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320)), 32px);
}
.why-choose-style1 .mission-vission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.why-choose-style1 .mission-vission .vission-box {
  border-left: 4px solid rgba(var(--border-color), 1);
  padding-left: 15px;
}
.why-choose-style1 .mission-vission .vission-box h3 {
  color: rgba(var(--black), 1);
  font-weight: 600;
  margin-bottom: 6px;
}
.why-choose-style1 .mission-vission .vission-box:first-child {
  border-color: rgba(var(--main-color), 1);
}
.why-choose-style1.w-bg {
  background: linear-gradient(180deg, rgb(223, 239, 255) 0%, rgb(249, 248, 246) 100%);
}
.why-choose-style1.w-solid-bg {
  background: linear-gradient(180deg, rgb(223, 239, 255) 0%, rgba(223, 239, 255, 0.4) 100%);
}

/* Pages */
/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.1 Account css start
==========================*/
.account-sidebar {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  border: 1px solid rgba(var(--border-color), 1);
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
}
@media (max-width: 991px) {
  .account-sidebar {
    position: fixed;
    left: -320px;
    width: 300px;
    height: 100vh;
    border-radius: 0;
    top: 0;
    transition: all 0.5s ease;
  }
  .account-sidebar.open {
    left: 0;
    transition: all 0.5s ease;
  }
}
.account-sidebar .nav-tabs {
  border-bottom: none;
}
.account-sidebar .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  border-radius: 6px;
  border: none;
  padding: 14px 18px;
  color: rgba(var(--content-color), 1);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .account-sidebar .nav-tabs .nav-item .nav-link {
    padding: 8px;
    font-size: 14px;
  }
}
.account-sidebar .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
}
.account-sidebar .nav-tabs .nav-item + .nav-item {
  margin-top: 6px;
}

.mobile-back {
  padding: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--border-color), 1);
  margin-bottom: 10px;
  align-items: center;
  gap: 8px;
}

@media (max-width: 991px) {
  .sticky-sec.custom-mobile {
    z-index: 3;
  }
}

.intro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.intro-title h2 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
}

.intro-wrap {
  margin-top: 30px;
}
.intro-wrap .intro-box {
  border: 1px solid rgba(var(--main-color), 0.1);
  border-radius: 10px;
  background-color: rgba(var(--main-color), 0.05);
  padding: clamp(20px, calc(20px + (28 - 20) * (100vw - 320px) / (1920 - 320)), 28px);
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
}
.intro-wrap .intro-box:hover {
  background-color: rgba(var(--main-color), 0.08);
  border: 1px solid rgba(var(--main-color), 0.3);
  transition: all 0.5s ease;
  transform: scale(1.02);
}
.intro-wrap .intro-box .icon-box {
  width: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  height: clamp(50px, calc(50px + (60 - 50) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #61c2ff;
  background: rgba(var(--white), 1);
  border: 1px solid rgba(var(--main-color), 0.1);
  margin-bottom: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.intro-wrap .intro-box h5 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  color: rgba(var(--black), 1);
}
.intro-wrap .intro-box h6 {
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  font-weight: 400;
  margin-top: 8px;
}

.upcoming-row .upcoming-box {
  border: 1px solid rgba(var(--main-color), 0.1);
  padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  border-radius: 10px;
  display: flex;
  gap: 14px;
}
.upcoming-row .upcoming-box .dr-img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid rgba(var(--main-color), 0.1);
  overflow: hidden;
}
.upcoming-row .upcoming-box .dr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upcoming-row .upcoming-box .dr-content {
  width: calc(100% - 60px - 14px);
}
.upcoming-row .upcoming-box .dr-content h3 {
  font-size: 16px;
  font-weight: 650;
}
.upcoming-row .upcoming-box .dr-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-block: 4px;
}
.upcoming-row .upcoming-box .dr-content ul {
  display: flex;
  align-items: center;
  gap: 2px 10px;
  flex-wrap: wrap;
}
.upcoming-row .upcoming-box .dr-content ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(var(--main-color), 1);
  font-size: 15px;
}
.upcoming-row .upcoming-box .dr-content ul li svg {
  width: 15px;
}

.account-wrap {
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  padding: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--white), 1);
  overflow: hidden;
}
.account-wrap .account-title {
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.account-wrap .account-title h2 {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
}
.account-wrap .account-title p {
  margin-top: 5px;
}
.account-wrap .account-title.bill-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.account-wrap .padding-box {
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.account-wrap table {
  margin-bottom: 0;
}
.account-wrap table th,
.account-wrap table td {
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  vertical-align: middle;
}
.account-wrap table th:last-child,
.account-wrap table td:last-child {
  text-align: center;
}
.account-wrap table tr:last-child td {
  border-bottom: none;
}
.account-wrap table th {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  text-transform: uppercase;
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.account-wrap table td {
  color: rgba(var(--content-color), 1);
}
@media (max-width: 767px) {
  .account-wrap table td {
    min-width: 170px;
  }
}
.account-wrap table .doc-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.account-wrap table .doc-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
}
.account-wrap table .doc-box h2 {
  font-size: clamp(14px, calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320)), 17px);
  font-weight: 500;
  color: rgba(var(--black), 1);
}
.account-wrap table .doc-box span {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  margin-top: 4px;
  display: inline-block;
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
}

@media (max-width: 767px) {
  .table-doc tr td:first-child {
    min-width: 300px;
  }
}

.profile-box {
  display: flex;
  align-items: center;
  gap: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
}
@media (max-width: 440px) {
  .profile-box {
    flex-direction: column;
    text-align: center;
  }
}
.profile-box .profile-img {
  position: relative;
  width: clamp(100px, calc(100px + (128 - 100) * (100vw - 320px) / (1920 - 320)), 128px);
}
.profile-box .profile-img img {
  width: clamp(100px, calc(100px + (128 - 100) * (100vw - 320px) / (1920 - 320)), 128px);
  height: clamp(100px, calc(100px + (128 - 100) * (100vw - 320px) / (1920 - 320)), 128px);
  border-radius: 100%;
  border: 4px solid rgba(var(--white), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgb(var(--black), 0.1);
}
.profile-box .profile-img .edit-profile {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(var(--black), 0.2);
  transition: 0.3s ease;
}
.profile-box .profile-img .edit-profile svg {
  width: 18px;
}
.profile-box .profile-content {
  width: calc(100% - clamp(100px, calc(100px + (128 - 100) * (100vw - 320px) / (1920 - 320)), 128px) - clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px));
}
@media (max-width: 440px) {
  .profile-box .profile-content {
    width: 100%;
  }
}
.profile-box h2 {
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  font-weight: 600;
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
}
.profile-box p {
  margin-bottom: clamp(5px, calc(5px + (11 - 5) * (100vw - 320px) / (1920 - 320)), 11px);
}
.profile-box .label-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
}
@media (max-width: 440px) {
  .profile-box .label-sec {
    justify-content: center;
  }
}
.profile-box .label-sec label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--content-color), 1);
  padding: 4px 12px;
  border-radius: 20px;
}
.profile-box .label-sec label svg {
  width: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.profile-box .label-sec label.main {
  background-color: rgba(var(--accent-color), 0.1);
  color: rgba(var(--accent-color), 1);
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  border-top: 1px solid rgba(var(--border-color), 1);
  padding-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}

.connected-sec li {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.connected-sec li .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, calc(40px + (48 - 40) * (100vw - 320px) / (1920 - 320)), 48px);
  height: clamp(40px, calc(40px + (48 - 40) * (100vw - 320px) / (1920 - 320)), 48px);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  background-color: rgba(var(--white), 1);
}
.connected-sec li .img-box img {
  height: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.connected-sec li .info {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
}
.connected-sec li .info h3 {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: clamp(1px, calc(1px + (4 - 1) * (100vw - 320px) / (1920 - 320)), 4px);
}
.connected-sec li .action {
  display: flex;
  align-items: center;
  gap: 15px;
}
.connected-sec li .action label {
  font-size: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  padding: 2px 10px;
  border-radius: 5px;
  background-color: rgba(var(--accent-color), 0.1);
  color: rgba(var(--accent-color), 1);
  font-weight: 500;
}
.connected-sec li .action a {
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.connected-sec li + li {
  border-top: 1px solid rgba(var(--border-color), 1);
}

.deactivate-box {
  background-color: #fef2f2;
  border-color: #fecaca;
}
.deactivate-box .account-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.deactivate-box h2,
.deactivate-box p {
  color: #991b1b;
}
.deactivate-box .btn {
  padding: 2px 8px;
}

.appoinment-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.appoinment-title h2 {
  font-size: clamp(18px, calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320)), 26px);
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
}

.appoinment-wrapper .nav-tabs {
  margin-top: 20px;
}
.appoinment-wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid rgba(var(--border-color), 1);
  color: rgba(var(--content-color), 1);
  padding: 14px 22px;
  background-color: transparent;
}
.appoinment-wrapper .nav-tabs .nav-item .nav-link span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 5px;
}
.appoinment-wrapper .nav-tabs .nav-item .nav-link.active {
  color: rgba(var(--main-color), 1);
  border-bottom: 1px solid rgba(var(--main-color), 1);
  font-weight: 500;
}
.appoinment-wrapper .appoinment-box {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 12px;
  background-color: rgba(var(--white), 1);
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .appoinment-wrapper .appoinment-box {
    gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
@media (max-width: 767px) {
  .appoinment-wrapper .appoinment-box {
    flex-wrap: wrap;
  }
}
.appoinment-wrapper .appoinment-box .date-box {
  width: clamp(50px, calc(50px + (80 - 50) * (100vw - 320px) / (1920 - 320)), 80px);
  height: clamp(50px, calc(50px + (80 - 50) * (100vw - 320px) / (1920 - 320)), 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--border-color), 1);
  background-color: #f9f8f6;
  border-radius: 10px;
}
.appoinment-wrapper .appoinment-box .date-box span {
  color: rgba(var(--content-color), 1);
  font-size: clamp(9px, calc(9px + (14 - 9) * (100vw - 320px) / (1920 - 320)), 14px);
  margin-bottom: clamp(1px, calc(1px + (5 - 1) * (100vw - 320px) / (1920 - 320)), 5px);
}
.appoinment-wrapper .appoinment-box .date-box h3 {
  font-weight: 600;
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
}
.appoinment-wrapper .appoinment-box .dr-detail {
  display: flex;
  align-items: center;
  gap: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.appoinment-wrapper .appoinment-box .dr-detail img {
  width: clamp(35px, calc(35px + (48 - 35) * (100vw - 320px) / (1920 - 320)), 48px);
  height: clamp(35px, calc(35px + (48 - 35) * (100vw - 320px) / (1920 - 320)), 48px);
  border-radius: 100%;
}
.appoinment-wrapper .appoinment-box .dr-detail h4 {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  display: block;
  margin-bottom: clamp(1px, calc(1px + (5 - 1) * (100vw - 320px) / (1920 - 320)), 5px);
}
.appoinment-wrapper .appoinment-box .dr-detail h5 {
  color: rgba(var(--main-color), 1);
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
}
.appoinment-wrapper .appoinment-box .info-details {
  margin-top: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .appoinment-wrapper .appoinment-box .info-details {
    gap: 5px;
  }
}
.appoinment-wrapper .appoinment-box .info-details li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1199px) {
  .appoinment-wrapper .appoinment-box .info-details li {
    font-size: 14px;
  }
}
.appoinment-wrapper .appoinment-box .info-details li svg {
  width: 20px;
}
.appoinment-wrapper .appoinment-box .info {
  display: flex;
  align-items: center;
  gap: 3px;
  color: rgba(var(--content-color), 0.8);
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
}
.appoinment-wrapper .appoinment-box .info svg {
  width: 16px;
}
.appoinment-wrapper .appoinment-box .action-panel {
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .appoinment-wrapper .appoinment-box .action-panel {
    text-align: left;
    margin-left: 0;
  }
}
.appoinment-wrapper .appoinment-box .action-panel label {
  margin-bottom: 15px;
  padding: 6px 13px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1;
}
.appoinment-wrapper .appoinment-box .action-panel label.confirmed {
  background-color: rgba(var(--accent-color), 0.1);
  color: rgba(var(--accent-color), 1);
}
.appoinment-wrapper .appoinment-box .action-panel label.completed {
  background-color: rgba(var(--main-light), 0.3);
  color: rgba(var(--black), 1);
}
.appoinment-wrapper .appoinment-box .action-panel label.pending {
  background-color: rgba(245, 158, 11, 0.1);
  color: #d97706;
}
.appoinment-wrapper .appoinment-box .action-panel .btn-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1400px) {
  .appoinment-wrapper .appoinment-box .action-panel .btn-sec {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .appoinment-wrapper .appoinment-box .action-panel .btn-sec {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .appoinment-wrapper .appoinment-box .action-panel .btn-sec {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .appoinment-wrapper .appoinment-box .action-panel .btn-sec .btn {
    font-size: 12px;
  }
}

.records-wrapper .search-panel {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  padding: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  border: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--white), 1);
  border-radius: 10px;
  margin-top: 15px;
}
.records-wrapper .search-panel .form-group {
  width: 100%;
  position: relative;
}
.records-wrapper .search-panel .form-group svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(var(--content-color), 1);
}
.records-wrapper .search-panel .form-group input {
  padding-left: 40px;
}
.records-wrapper .search-panel .form-select {
  width: -moz-max-content;
  width: max-content;
}

.saved-payment {
  margin-top: clamp(25px, calc(25px + (30 - 25) * (100vw - 320px) / (1920 - 320)), 30px);
}
.saved-payment h3 {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.saved-payment .card-box {
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  position: relative;
}
.saved-payment .card-box label {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  font-size: 12px;
  border-radius: 6px;
  padding: 8px 10px 6px;
  font-weight: 500;
  line-height: 1;
}
.saved-payment .card-box p {
  margin-top: 20px;
  letter-spacing: 0.3em;
  font-size: 18px;
  color: rgba(var(--black), 1);
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .saved-payment .card-box p {
    letter-spacing: 0.2em;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .saved-payment .card-box p {
    letter-spacing: 0.1em;
  }
}
.saved-payment .card-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saved-payment .card-box .bottom span {
  color: rgba(var(--content-color), 1);
  font-size: 15px;
}
.saved-payment .card-box .bottom a {
  display: inline-flex;
}
.saved-payment .card-box .bottom a svg {
  width: 20px;
}
.saved-payment .add-new-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100%;
  width: 100%;
  border: 2px dashed rgba(var(--main-color), 0.2);
  border-radius: 10px;
  color: rgba(var(--content-color), 1);
  font-weight: 500;
}
@media (max-width: 767px) {
  .saved-payment .add-new-card {
    min-height: 160px;
  }
}
.saved-payment .add-new-card svg {
  width: 28px;
}
.saved-payment .add-new-card:hover {
  border-color: rgba(var(--main-color), 1);
  background-color: rgba(var(--main-color), 0.1);
}

.bill-table label {
  padding: clamp(5px, calc(5px + (6 - 5) * (100vw - 320px) / (1920 - 320)), 6px) clamp(10px, calc(10px + (13 - 10) * (100vw - 320px) / (1920 - 320)), 13px);
  border-radius: 16px;
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  line-height: 1;
  background-color: rgba(var(--accent-color), 0.1);
  color: rgba(var(--accent-color), 1);
}
.bill-table label.pending {
  background-color: #fef3c7;
  color: #92400e;
}

.update-pass {
  text-align: right;
  margin-top: 20px;
}

.authenticate-sec {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.authenticate-sec h3 {
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: 4px;
}
.authenticate-sec p {
  font-size: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .authenticate-sec .auth-content {
    width: 60%;
  }
}
.authenticate-sec .status {
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  color: rgba(var(--accent-color), 1);
}
.authenticate-sec .status span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(var(--accent-color), 1);
}
.authenticate-sec .icon-box {
  width: clamp(38px, calc(38px + (48 - 38) * (100vw - 320px) / (1920 - 320)), 48px);
  height: clamp(38px, calc(38px + (48 - 38) * (100vw - 320px) / (1920 - 320)), 48px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
}
.authenticate-sec .icon-box svg {
  color: rgba(var(--main-color), 1);
}
.authenticate-sec .form-switch {
  margin-left: auto;
}
.authenticate-sec .form-switch .form-check-input {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
}
.authenticate-sec .form-switch .form-check-input:checked {
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}

.session-box {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.session-box + .session-box {
  border-top: 1px solid rgba(var(--border-color), 1);
}
.session-box span {
  margin-left: auto;
  color: rgba(var(--content-color), 1);
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.session-box a {
  margin-left: auto;
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
@media (max-width: 767px) {
  .session-box .session-content {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .session-box .session-content {
    width: 50%;
  }
}
.session-box h3 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(0px, calc(0px + (3 - 0) * (100vw - 320px) / (1920 - 320)), 3px);
}
.session-box h3 label {
  margin-left: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
  padding: 5px 10px 3px;
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .session-box h3 label {
    margin-top: 5px;
    margin-left: 0;
  }
}
.session-box p {
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.session-box .icon-box {
  width: clamp(35px, calc(35px + (45 - 35) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(35px, calc(35px + (45 - 35) * (100vw - 320px) / (1920 - 320)), 45px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
}
.session-box .icon-box svg {
  color: rgba(var(--content-color), 1);
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}

.signout-text {
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
.signout-text a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.signout-text a i {
  font-size: 20px;
}

.account-sidebar .profile-box {
  gap: 15px;
  margin-bottom: 25px;
}
.account-sidebar .profile-box h2 {
  font-size: 16px;
}
.account-sidebar .profile-box .profile-img {
  width: 60px;
  height: 60px;
}
.account-sidebar .profile-box .profile-img img {
  width: 60px;
  height: 60px;
  border: none;
}
.account-sidebar .profile-box .profile-content {
  width: calc(100% - 60px - 15px);
}
.account-sidebar .profile-box .label-sec label {
  padding: 0;
  background-color: transparent;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.2 Auth css start
==========================*/
.auth-wrapper {
  min-height: 100vh;
  padding: 0;
}
.auth-wrapper .form-control,
.auth-wrapper .form-select {
  background-color: rgba(var(--white), 1);
  padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px) clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
}
.auth-wrapper .signin-form {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 55%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1199px) {
  .auth-wrapper .signin-form {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .auth-wrapper .signin-form {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .signin-form {
    width: 100%;
    padding-inline: 20px;
  }
}
.auth-wrapper .signin-form .custom-checkbox input[type=checkbox] {
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 4px;
}
.auth-wrapper .signin-form .auth-content {
  margin-block: auto;
  padding-block: 25px;
}
.auth-wrapper .auth-img {
  overflow: hidden;
  min-height: 100vh;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: 100%;
}
.auth-wrapper .auth-img::after {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.auth-wrapper .auth-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-wrapper .auth-img .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
  width: 60%;
}
@media (max-width: 1600px) {
  .auth-wrapper .auth-img .content {
    width: 80%;
  }
}
.auth-wrapper .auth-img .content h1 {
  font-size: clamp(18px, calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320)), 36px);
  color: rgba(var(--white), 1);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  line-height: 1.4;
}
.auth-wrapper .auth-img .content p {
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--white), 0.8);
}
.auth-wrapper .auth-title {
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
}
.auth-wrapper .auth-title h2 {
  margin-bottom: calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  font-size: calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320));
  margin-top: calc(35px + (60 - 35) * (100vw - 320px) / (1920 - 320));
  font-family: "Bricolage Grotesque", sans-serif;
}
.auth-wrapper .auth-title p {
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.auth-wrapper .auth-logo {
  height: 45px;
  width: -moz-max-content;
  width: max-content;
}

.divider-sec {
  margin-block: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  position: relative;
}
.divider-sec:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  left: 0;
  z-index: -1;
}
.divider-sec p {
  display: inline-block;
  padding: 0 9px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
}

.social-links {
  display: flex;
  align-items: center;
  gap: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
}
.social-links a {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--black), 1);
  padding: calc(10px + (13 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--white), 1);
  border-radius: calc(4px + (7 - 4) * (100vw - 320px) / (1920 - 320));
  gap: 8px;
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
}
.social-links a img {
  width: 16px;
}

.toggle-password {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 20px;
  cursor: pointer;
}

.mt-minus {
  margin-top: -2px;
}

.auth-footer {
  text-align: center;
  margin-top: 22px;
}
.auth-footer p {
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
  color: rgba(var(--content-color), 1);
}
.auth-footer p a {
  color: rgba(var(--black), 1);
  font-weight: 500;
}

.otp-form {
  display: flex;
  gap: 14px;
}
.otp-form .form-control {
  text-align: center;
  padding: calc(5px + (13 - 5) * (100vw - 320px) / (1920 - 320));
}
.otp-form input::-webkit-outer-spin-button,
.otp-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-form input[type=number] {
  -moz-appearance: textfield;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.3 Blog css start
==========================*/
.blog-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-top-bar {
    flex-direction: column;
    gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
    align-items: unset;
  }
}
.blog-top-bar .nav-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.blog-top-bar .nav-pills .nav-link {
  background-color: rgba(var(--white), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--black), 1);
  border-radius: 20px;
  padding: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px) clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.blog-top-bar .nav-pills .nav-link:hover {
  background-color: rgba(var(--main-color), 0.2);
}
.blog-top-bar .nav-pills .nav-link.active {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.blog-top-bar .search-bar {
  width: 280px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-top-bar .search-bar {
    width: 100%;
  }
}
.blog-top-bar .search-bar svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.blog-top-bar .search-bar input {
  padding: 10px 10px 10px 47px;
  border-radius: 30px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
}

.blog-page .blog-box .blog-content {
  background-color: rgba(var(--white), 1);
}

.blog-details-section .blog-main-img {
  aspect-ratio: 1.9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(7px, calc(7px + (13 - 7) * (100vw - 320px) / (1920 - 320)), 13px);
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-details-section .blog-title-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
@media (max-width: 576px) {
  .blog-details-section .blog-title-sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.blog-details-section .blog-title-sec .dr-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-section .blog-title-sec .dr-box img {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-title-sec .dr-box span {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.blog-details-section .blog-title-sec .dr-box span svg {
  width: 16px;
  margin-right: 4px;
}
.blog-details-section .blog-title-sec .dr-box span:first-child {
  font-weight: 600;
}
.blog-details-section .blog-title-sec .dr-box span:nth-child(2) {
  color: rgba(var(--content-color), 1);
}
.blog-details-section .blog-title-sec .right-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-section .blog-title-sec .right-content span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(var(--content-color), 1);
  font-size: 14px;
}
.blog-details-section .blog-title-sec .right-content span svg {
  width: 16px;
}
.blog-details-section .blog-title {
  font-family: "Bricolage Grotesque", sans-serif;
}
.blog-details-section .blog-main-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: clamp(14px, calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-main-content {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
}
.blog-details-section .blog-main-content p,
.blog-details-section .blog-main-content li {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  line-height: 1.6;
}
.blog-details-section .blog-main-content p + p {
  margin-top: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.blog-details-section .blog-main-content li {
  margin-top: clamp(14px, calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-details-section .blog-main-content li span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-details-section .blog-main-content ol {
  padding-left: 0;
  margin-bottom: 0;
}

.callout-info {
  padding: 20px;
  background-color: rgba(var(--main-color), 0.1);
  border-left: 3px solid rgba(var(--main-color), 1);
  border-radius: 3px;
}
.callout-info p {
  font-style: italic;
}

.share-tag-box {
  padding-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  border-top: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .share-tag-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.share-tag-box .social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}
.share-tag-box .social-icons svg {
  width: 22px;
  height: 22px;
}
.share-tag-box .social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(24, 119, 242, 0.07);
}
.share-tag-box .social-icons .facebook {
  fill: #1877f2;
}
.share-tag-box .social-icons .twitter {
  fill: #1da1f2;
}
.share-tag-box .social-icons .linkedin {
  fill: #0077b5;
}
.share-tag-box .tags-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.share-tag-box .tags-box ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.share-tag-box .tags-box ul li {
  padding: 2px 10px;
  background-color: rgba(var(--white), 1);
  border-radius: 13px;
}

.blog-comments {
  width: 100%;
  margin: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px) auto -7px;
}
.blog-comments .comment-write .auth-part {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 20px;
}
.blog-comments .comment-write .auth-part img {
  width: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  height: clamp(45px, calc(45px + (50 - 45) * (100vw - 320px) / (1920 - 320)), 50px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.blog-comments .comment-write textarea {
  background-color: rgba(var(--white), 1);
  border: none;
  padding: 14px 20px;
  border-radius: 8px 8px 0 0;
  color: rgba(var(--black), 1);
}
.blog-comments .comment-write textarea::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write textarea::placeholder {
  color: rgba(var(--content-color), 1);
}
.blog-comments .comment-write form {
  position: relative;
}
.blog-comments .comment-write form .btn-sec {
  background-color: rgba(var(--white), 1);
  display: flex;
  justify-content: flex-end;
  padding: 0 14px 14px 0;
  border-radius: 0 0 8px 8px;
}
.blog-comments .comments-list {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-comments .comments-list .comment-box .comments-top {
  display: flex;
  align-items: center;
}
.blog-comments .comments-list .comment-box .comments-top img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content h4 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 600;
}
.blog-comments .comments-list .comment-box .comments-top .comment-content span {
  color: rgba(var(--content-color), 1);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.blog-comments .comments-list .comment-box p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
  margin-block: 10px;
}
.blog-comments .comments-list .comment-box .comment-actions {
  display: flex;
  gap: 10px;
}
.blog-comments .comments-list .comment-box .comment-actions a {
  color: rgba(var(--content-color), 1);
  display: flex;
  align-items: center;
  gap: 2px;
}
.blog-comments .comments-list .comment-box .comment-actions a svg {
  width: 18px;
}
.blog-comments .comments-list .inside-comment {
  margin-top: 20px;
  padding-left: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  position: relative;
}
.rtl .blog-comments .comments-list .inside-comment {
  padding-left: 0;
  padding-right: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-comments .comments-list .inside-comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(var(--border-color), 0.5);
}
.blog-comments .comments-list li + li {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  padding-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  border-top: 1px solid rgba(var(--border-color), 1);
}

.newsletter-box {
  padding: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--main-color), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  margin-bottom: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
}
.newsletter-box h2 {
  color: rgba(var(--white), 1);
  font-size: 20px;
  margin-bottom: 6px;
}
.newsletter-box p {
  color: rgba(var(--white), 0.7);
  font-size: 14px;
  margin-bottom: 10px;
}
.newsletter-box .form-control {
  background-color: rgba(var(--white), 0.3);
  border-color: rgba(var(--white), 0.5);
  margin-bottom: clamp(10px, calc(10px + (18 - 10) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--white), 1);
}
.newsletter-box .form-control::-moz-placeholder {
  color: rgba(var(--white), 0.8);
}
.newsletter-box .form-control::placeholder {
  color: rgba(var(--white), 0.8);
}
.newsletter-box span {
  font-size: 12px;
  text-align: center;
  display: block;
  color: rgba(var(--white), 0.5);
  margin-top: 10px;
}

.blog-sidebar {
  padding: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--white), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.blog-sidebar .sidebar-title {
  margin-bottom: clamp(14px, calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320)), 22px);
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 600;
  margin-top: -4px;
}
.blog-sidebar .blog-category {
  margin-top: -7px;
  padding-left: 16px;
  list-style-type: circle;
}
.rtl .blog-sidebar .blog-category {
  padding-left: 0;
  padding-right: 16px;
}
.blog-sidebar .blog-category li {
  display: list-item;
}
.blog-sidebar .blog-category li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li a span {
  margin-left: auto;
  display: none;
}
.blog-sidebar .blog-category li a:hover {
  padding-left: 5px;
  color: rgba(var(--theme-color), 1);
  transition: all 0.5s ease;
}
.blog-sidebar .blog-category li + li {
  margin-top: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
}
.blog-sidebar .sidebar-wrapper + .sidebar-wrapper {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.blog-sidebar .tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}
.blog-sidebar .tags-list li a {
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  background-color: rgba(var(--main-light), 0.3);
  color: rgba(var(--black), 1);
  padding: 5px 10px;
  border-radius: 4px;
  display: block;
}
.blog-sidebar .popular-blogs li {
  width: 100%;
}
.blog-sidebar .popular-blogs li .popular-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap {
    gap: 10px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap img {
  width: 100px;
  height: 65px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap img {
    width: 70px;
    height: 55px;
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content {
  width: calc(100% - 100px - 15px);
}
@media (max-width: 1199px) {
  .blog-sidebar .popular-blogs li .popular-wrap .popular-content {
    width: calc(100% - 70px - 10px);
  }
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  line-height: 1.4;
  font-weight: 500;
  color: rgba(var(--black), 1);
}
.blog-sidebar .popular-blogs li .popular-wrap .popular-content h5 {
  color: rgba(var(--content-color), 1);
  margin-top: 6px;
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
}
.blog-sidebar .popular-blogs li + li {
  margin-top: 10px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.4 Booking css start
==========================*/
.booking-wrap {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
}
.booking-wrap .main-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.booking-wrap .main-title span {
  color: rgba(var(--main-color), 1);
}
.booking-wrap + .booking-wrap {
  margin-top: clamp(24px, calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320)), 34px);
}

.steps-wrap ul {
  display: flex;
  flex-direction: column;
  position: relative;
}
.steps-wrap ul li {
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.steps-wrap ul li .step-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--black), 0.05);
}
.steps-wrap ul li .step-icon svg {
  width: 18px;
}
.steps-wrap ul li .step-content {
  width: calc(100% - 30px - clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px));
}
.steps-wrap ul li .step-content h2 {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: 3px;
  font-weight: 500;
}
.steps-wrap ul li .step-content p {
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
}
.steps-wrap ul li.active .step-icon {
  background-color: rgba(var(--main-color), 0.1);
}
.steps-wrap ul li.active .step-icon svg {
  color: rgba(var(--main-color), 1);
}
.steps-wrap ul li + li {
  padding-top: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
  position: relative;
}
.steps-wrap ul li + li:after {
  content: "";
  position: absolute;
  left: 13px;
  top: -9px;
  width: 2px;
  background-color: rgba(var(--main-color), 1);
  height: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
}

.visit-type ul {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .visit-type ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .visit-type ul {
    grid-template-columns: 1fr;
  }
}
.visit-type ul li {
  padding: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  border-radius: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  border: 1px solid rgba(var(--border-color), 1);
  position: relative;
  cursor: pointer;
  background-color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.visit-type ul li .main-icon {
  color: rgba(var(--main-color), 1);
  margin-bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  font-size: clamp(28px, calc(28px + (30 - 28) * (100vw - 320px) / (1920 - 320)), 30px);
}
.visit-type ul li h3 {
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 500;
  margin-bottom: 5px;
}
.visit-type ul li p {
  font-size: 14px;
}
.visit-type ul li .check-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(var(--main-color), 1);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.5s ease;
}
.visit-type ul li.active {
  border-color: rgba(var(--main-color), 1);
  background-color: rgba(var(--main-color), 0.1);
}
.visit-type ul li.active .check-icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.visit-type ul li:hover {
  background-color: rgba(var(--main-color), 0.1);
  transition: all 0.5s ease;
}

.patient-information .upload-box {
  border: 2px dashed #cfd8e3;
  border-radius: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(var(--white), 1);
}
.patient-information .upload-box svg {
  width: 40px;
  color: rgba(var(--main-color), 1);
  margin-bottom: 10px;
}
.patient-information .upload-box:hover,
.patient-information .upload-box .dragover {
  border-color: rgba(var(--main-color), 1);
  background: rgba(var(--main-color), 0.1);
}
.patient-information #fileName {
  margin-top: 10px;
  font-size: 14px;
}

.sticky-sec {
  position: sticky;
  top: 150px;
  z-index: 1;
}

.summary-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  border: 1px solid rgba(var(--border-color), 1);
}
.summary-box .book-details {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
}
.summary-box .book-details h3 {
  font-size: 16px;
  font-weight: 500;
}
.summary-box .book-details .btn-main {
  margin-top: clamp(30px, calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320)), 35px);
}
.summary-box .book-details .booking-summary-box h2 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  padding-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
  font-family: "Bricolage Grotesque", sans-serif;
}
.summary-box .book-details .booking-summary-box .dr-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
.summary-box .book-details .booking-summary-box .dr-details img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.summary-box .book-details .booking-summary-box .dr-details h4 {
  font-size: 13px;
  color: rgba(var(--main-color), 1);
  margin-top: 4px;
  text-transform: uppercase;
}
.summary-box .book-details .booking-summary-box .dr-details h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-top: 4px;
}
.summary-box .book-details .booking-summary-box .dr-details h5 svg {
  color: #facc15;
  width: 18px;
}
.summary-box .book-details .booking-summary-box .time-box {
  display: flex;
  gap: 15px;
  padding: 12px;
  background-color: rgba(var(--white), 1);
  border-radius: 8px;
  margin-top: 25px;
}
.summary-box .book-details .booking-summary-box .time-box svg {
  color: rgba(var(--main-color), 1);
  margin-top: 2px;
}
.summary-box .book-details .booking-summary-box .time-box span {
  font-size: 14px;
  color: rgba(var(--content-color), 1);
}
.summary-box .book-details .booking-summary-box .time-box p {
  font-weight: 500;
  color: rgba(var(--black), 1);
}
.summary-box .book-details .booking-summary-box .payment-details {
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-bottom: -5px;
}
.summary-box .book-details .booking-summary-box .payment-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.summary-box .book-details .booking-summary-box .payment-details li p {
  font-size: 15px;
}
.summary-box .book-details .booking-summary-box .payment-details li span {
  font-weight: 500;
}
.summary-box .book-details .booking-summary-box .payment-details li + li {
  margin-top: 8px;
}
.summary-box .book-details .booking-summary-box .payment-details li.total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(var(--border-color), 1);
}
.summary-box .book-details .booking-summary-box .payment-details li.total p {
  font-size: 16px;
  color: rgba(var(--black), 1);
  font-weight: 500;
}
.summary-box .book-details .booking-summary-box .payment-details li.total span {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--main-color), 1);
  font-weight: 600;
}
.summary-box .book-details .silent-info {
  text-align: center;
  font-size: 12px;
  color: rgba(var(--content-color), 1);
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.summary-box .book-details .silent-info svg {
  width: 18px;
  color: rgba(var(--content-color), 1);
}

.support-box {
  margin-top: 25px;
  background-color: rgba(var(--main-color), 0.1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  border: 1px solid rgba(var(--main-color), 0.16);
  display: flex;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.support-box svg {
  color: rgba(var(--main-color), 1);
  width: 24px;
  height: 24px;
}
.support-box > div {
  width: calc(100% - 24px - clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px));
}
.support-box span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.support-box p {
  font-size: 14px;
  margin-bottom: 4px;
}
.support-box a {
  font-size: 14px;
  color: rgba(var(--main-color), 1);
  font-weight: 500;
  margin-bottom: -2px;
  display: block;
}

/**=====================
  2.1 Reset css start
==========================**/
/*===========================
 5.5 Booking success css start
==========================*/
.check-mark-block {
  position: relative;
  transform: translateY(0);
  opacity: 0;
  width: 70px;
  height: 70px;
  background: rgba(var(--main-color), 1);
  border-radius: 0.6rem;
  overflow: hidden;
  animation-delay: 4s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: loadUpThankyou;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 100%;
  margin: 0 auto 16px;
}
@media (max-width: 576px) {
  .check-mark-block {
    width: 50px;
    height: 50px;
  }
}
.check-mark-block .check-mark-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 39px 6px;
  transform: scale(0.7);
}
@media (max-width: 576px) {
  .check-mark-block .check-mark-wrapper {
    transform: scale(0.45);
    padding: 25px 0px;
    margin-left: -1px;
  }
}
.check-mark-block .check-mark-wrapper span {
  position: relative;
  width: 30px;
  height: 8px;
  background: transparent;
  display: block;
  border-radius: 30px;
  transform: rotate(0);
  transition: all 0.3s;
  transform: rotate(33deg);
  position: relative;
}
.check-mark-block .check-mark-wrapper span::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(var(--white), 1);
  border-radius: 30px;
  animation-delay: 4.25s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: getFullWidth;
}
.check-mark-block .check-mark-wrapper span:last-child {
  width: 55px;
  height: 7px;
  display: block;
  border-radius: 30px;
  transform-origin: top;
  transition: all 0.3s;
  transform: translateY(-1.2rem) translateX(0.5rem) rotate(-56deg);
}
.check-mark-block .check-mark-wrapper span:last-child:before {
  animation-delay: 4.45s;
}

.success-content {
  text-align: center;
}
.success-content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 5px;
}

.booking-success-detail {
  border: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--white), 1);
  padding: clamp(18px, calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320)), 32px);
  border-radius: 10px;
  margin-top: 20px;
}
.booking-success-detail h3 {
  font-size: clamp(17px, calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: 5px;
}
.booking-success-detail h4 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--content-color), 1);
}
.booking-success-detail ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
  gap: 10px;
}
.booking-success-detail ul li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.booking-success-detail ul li span {
  font-size: 12px;
}
.booking-success-detail ul li h5 {
  font-weight: 500;
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
}
.booking-success-detail ul li svg {
  stroke: rgba(var(--main-color), 1);
}
.booking-success-detail .btn-sec {
  margin-top: clamp(12px, calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320)), 22px);
}
.booking-success-detail .btn-sec a {
  width: 100%;
}
.booking-success-detail .btn-sec a span {
  width: 100%;
}
.booking-success-detail .btn-sec a + a {
  margin-top: 16px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.6 Call css start
==========================*/
.call-wrapper {
  padding: 0;
}
.call-wrapper .call-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  padding: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px) clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--white), 1);
}
.call-wrapper .call-header .logo {
  height: clamp(25px, calc(25px + (32 - 25) * (100vw - 320px) / (1920 - 320)), 32px);
}
.call-wrapper .call-header .right-option {
  display: flex;
  align-items: center;
}
.call-wrapper .call-header .right-option .timing {
  padding: clamp(3px, calc(3px + (6 - 3) * (100vw - 320px) / (1920 - 320)), 6px) clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (8 - 5) * (100vw - 320px) / (1920 - 320)), 8px);
  color: #dc2626;
  background-color: #fef2f2;
  border: 1px solid #fee2e2;
}
.call-wrapper .call-header .right-option .timing span {
  width: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  height: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  border-radius: 100%;
  background-color: #dc2626;
}
.call-wrapper .call-header .right-option .timing p {
  color: #dc2626;
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  padding-top: 1px;
}
.call-wrapper .call-header .right-option .options {
  display: flex;
  align-items: center;
  margin-left: clamp(6px, calc(6px + (24 - 6) * (100vw - 320px) / (1920 - 320)), 24px);
  padding-left: clamp(6px, calc(6px + (24 - 6) * (100vw - 320px) / (1920 - 320)), 24px);
  border-left: 1px solid rgba(var(--border-color), 1);
  gap: clamp(4px, calc(4px + (20 - 4) * (100vw - 320px) / (1920 - 320)), 20px);
}
.call-wrapper .call-header .right-option .options li {
  position: relative;
  line-height: 1;
}
.call-wrapper .call-header .right-option .options li .main-icon {
  color: rgba(var(--content-color), 1);
  cursor: pointer;
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.call-wrapper .call-header .right-option .options li .profile-box {
  width: clamp(30px, calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320)), 35px);
  height: clamp(30px, calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320)), 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
  border: 1px solid rgba(var(--main-color), 0.2);
  border-radius: 100%;
  font-size: 12px;
  color: rgba(var(--main-color), 1);
  font-weight: 500;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  box-shadow: 0 10px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.1);
  background-color: rgba(var(--white), 1);
  width: 254px;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 991px) {
  .call-wrapper .call-header .right-option .options li .dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper.active {
  display: block;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .dropdowm-header {
  padding: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 500;
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .inside-padding {
  padding: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper ul.settings {
  margin-bottom: 20px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper ul.settings li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper ul.settings li span {
  font-size: 14px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper ul.settings li + li {
  margin-top: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper ul.settings li .form-check-input:checked {
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .help-anchor a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(var(--content-color), 1);
  font-size: 14px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .help-anchor a svg {
  width: 20px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .help-anchor a + a {
  margin-top: 14px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .profile-header {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .profile-header span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .profile-header > div {
  width: calc(100% - 40px - 16px);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .profile-header > div h1 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .profile-header > div p {
  font-size: 11px;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper.setting {
  width: clamp(230px, calc(230px + (280 - 230) * (100vw - 320px) / (1920 - 320)), 280px);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .select-div span {
  margin-bottom: 14px;
  font-size: 14px;
  color: rgba(var(--content-color), 1);
  text-transform: uppercase;
  display: block;
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .select-div .form-select {
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
}
.call-wrapper .call-header .right-option .options li .dropdown-wrapper .select-div .form-select + .form-select {
  margin-top: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
}
.call-wrapper .call-header .right-option .options li:hover .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
}
.call-wrapper .call-body {
  position: fixed;
  height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px));
  top: clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px);
  width: 100%;
  z-index: -1;
}
@media (max-width: 576px) {
  .call-wrapper .call-body {
    height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - 40px);
  }
}
.call-wrapper .call-body .body-box {
  position: relative;
}
.call-wrapper .call-body .body-box .main-img {
  height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px));
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .call-wrapper .call-body .body-box .main-img {
    height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - 40px);
  }
}
.call-wrapper .call-body .body-box .self-view {
  position: absolute;
  z-index: 1;
  top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  right: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  width: clamp(100px, calc(100px + (180 - 100) * (100vw - 320px) / (1920 - 320)), 180px);
  height: clamp(100px, calc(100px + (180 - 100) * (100vw - 320px) / (1920 - 320)), 180px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.call-wrapper .call-body .body-box .self-view span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  background-color: rgba(var(--white), 0.8);
  padding: 2px 8px;
  color: rgba(var(--black), 1);
  border-radius: 6px;
}
.call-wrapper .call-body .body-box .dr-detail {
  padding: clamp(5px, calc(5px + (12 - 5) * (100vw - 320px) / (1920 - 320)), 12px) clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
  position: absolute;
  bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  left: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: rgba(var(--white), 0.8);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
  backdrop-filter: blur(6px);
}
@media (max-width: 1400px) {
  .call-wrapper .call-body .body-box .dr-detail {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .call-wrapper .call-body .body-box .dr-detail {
    bottom: unset;
    top: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.call-wrapper .call-body .body-box .dr-detail h2 {
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(1px, calc(1px + (4 - 1) * (100vw - 320px) / (1920 - 320)), 4px);
  font-weight: 500;
}
.call-wrapper .call-body .body-box .dr-detail p {
  font-size: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
}
.call-wrapper .call-body .body-box .calling-options {
  position: absolute;
  bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: rgba(var(--white), 0.8);
  border-radius: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
  backdrop-filter: blur(6px);
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px) clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.call-wrapper .call-body .body-box .calling-options ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.call-wrapper .call-body .body-box .calling-options ul li a {
  width: clamp(30px, calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320)), 48px);
  height: clamp(30px, calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320)), 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(var(--white), 1);
}
.call-wrapper .call-body .body-box .calling-options ul li a svg {
  color: rgba(var(--black), 1);
  width: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
}
.call-wrapper .call-body .body-box .calling-options ul li:nth-child(-n+2) a {
  background-color: rgba(var(--main-color), 1);
}
.call-wrapper .call-body .body-box .calling-options ul li:nth-child(-n+2) a svg {
  color: rgba(var(--white), 1);
}
.call-wrapper .call-body .body-box .calling-options .main {
  display: flex;
  align-items: center;
  height: clamp(30px, calc(30px + (48 - 30) * (100vw - 320px) / (1920 - 320)), 48px);
  padding: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px) clamp(7px, calc(7px + (15 - 7) * (100vw - 320px) / (1920 - 320)), 15px);
  gap: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  background-color: #dc2626;
  color: rgba(var(--white), 1);
  border-radius: 8px;
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  white-space: nowrap;
}
.call-wrapper .call-body .body-box .calling-options .main svg {
  width: 18px;
  transform: rotate(135deg);
}
.call-wrapper .call-body .tab-content {
  height: 100%;
}
.call-wrapper .call-body .tab-content .tab-pane {
  height: 100%;
}
.call-wrapper .call-body .tab-content .tab-pane .chat-wrapper {
  position: relative;
  height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px) - 64px);
}
@media (max-width: 1199px) {
  .call-wrapper .call-body .tab-content .tab-pane .chat-wrapper {
    height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px) - 38px);
  }
}
@media (max-width: 1199px) {
  .call-wrapper .call-body .tab-content .tab-pane .chat-wrapper {
    height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px) - 52px);
  }
}
.call-wrapper .nav-tabs {
  display: flex;
  align-items: center;
}
.call-wrapper .nav-tabs li {
  width: 50%;
}
.call-wrapper .nav-tabs li .nav-link {
  width: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1199px) {
  .call-wrapper .nav-tabs li .nav-link {
    padding: 7px;
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .call-wrapper .nav-tabs li .nav-link i {
    font-size: 18px;
  }
}
.call-wrapper .nav-tabs li .nav-link.active {
  color: rgba(var(--main-color), 1);
  border-bottom: 1px solid rgba(var(--main-color), 1);
  background-color: transparent;
}

.chat-messages {
  overflow-y: auto;
  padding: 25px;
}
.chat-messages .message {
  margin-bottom: 20px;
  max-width: 95%;
  animation: slideIn 0.3s ease-out;
}
.chat-messages .message .message-time {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
  text-align: right;
}
.chat-messages .message.bot {
  margin-right: auto;
}
.chat-messages .message.bot .message-content {
  background: rgba(var(--white), 1);
  color: rgba(var(--black), 1);
  border-radius: 10px 10px 10px 0;
  border: 1px solid rgba(var(--main-color), 0.1);
}
.chat-messages .message.bot .message-time {
  text-align: left;
}
.chat-messages .message.user {
  margin-left: auto;
}
.chat-messages .message.user .message-content {
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  border-radius: 10px 10px 0 10px;
}
.chat-messages .message .message-content {
  padding: clamp(5px, calc(5px + (16 - 5) * (100vw - 320px) / (1920 - 320)), 16px) clamp(8px, calc(8px + (20 - 8) * (100vw - 320px) / (1920 - 320)), 20px);
  border-radius: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
  font-size: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  line-height: 1.5;
  position: relative;
}
.chat-messages .typing {
  display: flex;
  align-items: center;
}
.chat-messages .typing-indicator {
  display: flex;
  gap: 4px;
  padding: 16px 20px;
  background: rgba(var(--white), 1);
  border-radius: 20px;
  border: 1px solid rgba(var(--main-color), 0.1);
  border-top-left-radius: 4px;
}
.chat-messages .typing-indicator span {
  width: 8px;
  height: 8px;
  background: rgba(var(--main-color), 1);
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out;
}
.chat-messages .typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}
.chat-messages .typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

.message-input {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: clamp(8px, calc(8px + (20 - 8) * (100vw - 320px) / (1920 - 320)), 20px);
  display: flex;
  align-items: center;
  width: 100%;
}
.message-input input {
  padding: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px) 60px clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px) clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
  box-shadow: 0 0 40px 0 rgba(var(--black), 0.05);
  border-radius: 10px;
  border: none;
  border: 1px solid transparent;
}
.message-input input:focus {
  border-color: rgba(var(--main-color), 0.1);
}
.message-input .btn {
  position: absolute;
  right: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-input .btn svg {
  width: 20px;
  stroke: rgba(var(--main-color), 1);
}

.call-footer {
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  background-color: rgba(var(--white), 1);
  display: flex;
  justify-content: space-between;
  padding: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px) clamp(5px, calc(5px + (20 - 5) * (100vw - 320px) / (1920 - 320)), 20px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 576px) {
  .call-footer {
    flex-direction: column;
    text-align: center;
  }
}
.call-footer p {
  font-size: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
}
.call-footer ul {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
}
@media (max-width: 576px) {
  .call-footer ul {
    justify-content: center;
  }
}
.call-footer ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(var(--content-color), 1);
  font-size: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
}
.call-footer ul li svg {
  width: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.call-footer ul li svg.accent-color {
  color: rgba(var(--accent-color), 1);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .chat-body {
    position: fixed;
    background-color: rgba(var(--white), 1);
    height: calc(100vh - clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px) - clamp(25px, calc(25px + (37 - 25) * (100vw - 320px) / (1920 - 320)), 37px));
    top: clamp(51px, calc(51px + (68 - 51) * (100vw - 320px) / (1920 - 320)), 68px);
    right: -320px;
    width: 300px;
    z-index: 3;
    box-shadow: 0 0 8px rgba(var(--black), 0.08);
    transition: all 0.5s ease;
  }
  .chat-body.show {
    right: 0;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.7 Contact css start
==========================*/
.contact-wrap {
  padding: clamp(15px, calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
}
.contact-wrap .main-title {
  font-weight: 600;
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-bottom: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  font-family: "Bricolage Grotesque", sans-serif;
}

.contact-details .contact-wrap {
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  display: flex;
  gap: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.contact-details .contact-wrap svg {
  width: clamp(50px, calc(50px + (56 - 50) * (100vw - 320px) / (1920 - 320)), 56px);
  height: clamp(50px, calc(50px + (56 - 50) * (100vw - 320px) / (1920 - 320)), 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  background-color: rgba(var(--content-color), 0.05);
  color: rgba(var(--main-color), 1);
  padding: 15px;
}
.contact-details .contact-wrap h2 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: 6px;
  font-weight: 500;
}
.contact-details .contact-wrap ul li {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  display: block;
}
.contact-details .contact-wrap ul li + li {
  margin-top: 2px;
}
.contact-details .contact-wrap > div {
  width: calc(100% - clamp(50px, calc(50px + (56 - 50) * (100vw - 320px) / (1920 - 320)), 56px) - clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px));
}
.contact-details .contact-wrap + .contact-wrap {
  margin-top: 25px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.8 Error css start
==========================*/
.error-section {
  text-align: center;
}
.error-section .error-content h1 {
  font-size: clamp(120px, calc(120px + (290 - 120) * (100vw - 320px) / (1920 - 320)), 290px);
  opacity: 0.1;
  margin-top: calc(-20px + (-47 - -20) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  font-family: "Bricolage Grotesque", sans-serif;
}
.error-section .error-content h2 {
  margin-bottom: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}
.error-section .error-content p {
  width: 60%;
  margin: 0 auto 24px;
  font-size: clamp(14px, calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320)), 17px);
}
@media (max-width: 991px) {
  .error-section .error-content p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .error-section .error-content p {
    width: 100%;
  }
}
.error-section .error-content .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.9 Faq css start
==========================*/
.faq-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 600;
  margin-bottom: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.faq-title svg {
  width: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: 4px;
  background-color: rgba(var(--main-color), 0.1);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--main-color), 1);
  padding: 8px;
}

.need-help-box {
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border: 1px solid rgba(var(--main-color), 0.15);
  background-color: rgba(var(--main-color), 0.05);
  border-radius: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
}
.need-help-box .main-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 1);
  margin-bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  padding: 10px;
}
.need-help-box h2 {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 500;
  margin-bottom: 10px;
}
.need-help-box p {
  margin-bottom: 10px;
}
.need-help-box .btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.need-help-box .btns a {
  width: 100%;
}
.need-help-box .btns a span {
  width: 100%;
}

.topics-box {
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border: 1px solid rgba(var(--main-color), 0.15);
  background-color: rgba(var(--main-color), 0.05);
  border-radius: clamp(8px, calc(8px + (14 - 8) * (100vw - 320px) / (1920 - 320)), 14px);
  margin-top: clamp(24px, calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320)), 34px);
}
.topics-box p {
  color: rgba(var(--black), 1);
  font-weight: 500;
  margin-bottom: 14px;
}
.topics-box .topics {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
  justify-items: center;
}
.topics-box .topics a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--content-color), 1);
}
.topics-box .topics a svg {
  width: 20px;
  color: rgba(var(--content-color), 1);
}
.topics-box .topics a:hover {
  color: rgba(var(--main-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.10 Listing css start
==========================*/
.listing-section .listing-sidebar {
  background-color: rgba(var(--white), 1);
  border-radius: 20px;
  border: 1px solid rgba(var(--border-color), 1);
  padding: 25px;
}
@media (max-width: 1199px) {
  .listing-section .listing-sidebar {
    padding: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .listing-section .listing-sidebar {
    position: fixed;
    left: -350px;
    width: 300px;
    height: 100%;
    z-index: 3;
    top: 0;
    border-radius: 0;
    overflow: auto;
    transition: all 0.5s ease;
  }
}
.listing-section .listing-sidebar.open {
  left: 0;
  transition: all 0.5s ease;
}
.listing-section .listing-sidebar .listing-main-titles {
  margin-bottom: 25px;
}
.listing-section .listing-sidebar .listing-main-titles h2 {
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  margin-bottom: 10px;
  font-weight: 600;
}
.listing-section .listing-sidebar .listing-main-titles p {
  font-size: 14px;
}
.listing-section .listing-sidebar .filter-listing .form-check {
  margin-bottom: 5px;
  cursor: pointer;
}
.listing-section .listing-sidebar .filter-listing .form-check-input {
  cursor: pointer;
}
.listing-section .listing-sidebar .filter-listing .form-check-input:checked {
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}
.listing-section .listing-sidebar .filter-listing .form-check-label {
  color: rgba(var(--content-color), 1);
  font-size: 15px;
  cursor: pointer;
}
.listing-section .listing-sidebar .filter-listing .form-select {
  border: 1px solid rgba(var(--border-color), 1);
  font-size: 16px;
  background-color: rgba(var(--white), 1);
}
.listing-section .listing-sidebar .filter-listing .select-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.listing-section .listing-sidebar .filter-listing .select-pill li {
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 15px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  cursor: pointer;
}
.listing-section .listing-sidebar .filter-listing .select-pill li.active, .listing-section .listing-sidebar .filter-listing .select-pill li:hover {
  border: 1px solid rgba(var(--main-color), 0.5);
  color: rgba(var(--main-color), 1);
  background-color: rgba(var(--main-color), 0.1);
  font-weight: 500;
}
.listing-section .listing-sidebar .filter-listing .filter-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.listing-section .listing-sidebar .filter-listing .filter-box h3 svg {
  width: 20px;
  color: rgba(var(--main-color), 1);
}
.listing-section .listing-sidebar .filter-listing .filter-box + .filter-box {
  margin-top: 30px;
}
.listing-section .listing-sidebar .clear-btn {
  margin-top: 25px;
  display: block;
}
.listing-section .search-bar {
  position: relative;
}
.listing-section .search-bar input {
  padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px) clamp(14px, calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320)), 25px) clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px) clamp(34px, calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320)), 44px);
  background-color: rgba(var(--white), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  border: 1px solid rgba(var(--border-color), 1);
}
.listing-section .search-bar .search-icon {
  position: absolute;
  left: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.listing-section .filter-apply-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: clamp(28px, calc(28px + (40 - 28) * (100vw - 320px) / (1920 - 320)), 40px);
  flex-wrap: wrap;
  gap: 10px;
}
.listing-section .filter-apply-tab .left-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
}
.listing-section .filter-apply-tab .left-content .applied-filters li,
.listing-section .filter-apply-tab .left-content .found-tab {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .listing-section .filter-apply-tab .left-content .applied-filters li,
  .listing-section .filter-apply-tab .left-content .found-tab {
    padding: 5px 8px;
    font-size: 12px;
  }
}
.listing-section .filter-apply-tab .left-content .found-tab {
  background-color: rgba(var(--white), 1);
  padding: 7px 10px;
}
.listing-section .filter-apply-tab .left-content .applied-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
}
.listing-section .filter-apply-tab .left-content .applied-filters li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
}
.listing-section .filter-apply-tab .left-content .applied-filters li a {
  line-height: 1;
  display: block;
}
.listing-section .filter-apply-tab .left-content .applied-filters li svg {
  width: 18px;
}
.listing-section .filter-apply-tab .right-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.listing-section .filter-apply-tab .right-content span {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
}
.listing-section .filter-apply-tab .right-content .form-select {
  border: none;
  background-color: transparent;
  padding-block: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .listing-section .filter-apply-tab .right-content .form-select {
    font-size: 14px;
  }
}
.listing-section .doctor-box {
  padding: 20px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 12px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box {
    padding: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  }
}
.listing-section .doctor-box .doctor-top {
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top {
    gap: 10px;
  }
}
.listing-section .doctor-box .doctor-top .dr-img {
  position: relative;
  width: 96px;
  height: 96px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-img {
    width: clamp(70px, calc(70px + (86 - 70) * (100vw - 320px) / (1920 - 320)), 86px);
    height: clamp(70px, calc(70px + (86 - 70) * (100vw - 320px) / (1920 - 320)), 86px);
  }
}
.listing-section .doctor-box .doctor-top .dr-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.listing-section .doctor-box .doctor-top .dr-img span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid rgba(var(--white), 1);
  position: absolute;
  right: -4px;
  bottom: -4px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-img span {
    width: 16px;
    height: 16px;
    right: -3px;
    bottom: -3px;
  }
}
.listing-section .doctor-box .doctor-top .dr-img span.online {
  background-color: rgba(var(--accent-color), 1);
}
.listing-section .doctor-box .doctor-top .dr-img span.offline {
  background-color: #d1d5db;
}
.listing-section .doctor-box .doctor-top .dr-content {
  width: calc(100% - 96px - 15px);
  position: relative;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content {
    width: calc(100% - clamp(70px, calc(70px + (86 - 70) * (100vw - 320px) / (1920 - 320)), 86px) - 10px);
  }
}
.listing-section .doctor-box .doctor-top .dr-content h2 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content h2 {
    font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.listing-section .doctor-box .doctor-top .dr-content h3 {
  font-size: 15px;
  color: rgba(var(--main-color), 1);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content h3 {
    font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  }
}
.listing-section .doctor-box .doctor-top .dr-content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content ul {
    gap: 5px;
    margin-top: 10px;
  }
}
.listing-section .doctor-box .doctor-top .dr-content ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content ul li {
    font-size: 13px;
  }
}
.listing-section .doctor-box .doctor-top .dr-content ul li svg {
  width: 16px;
}
.listing-section .doctor-box .doctor-top .dr-content label {
  position: absolute;
  background-color: #f9f5d4;
  padding: 2px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #a16207;
  font-size: 14px;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .doctor-top .dr-content label {
    padding: 2px 6px;
    border-radius: 6px;
    gap: 3px;
    font-size: 12px;
  }
}
.listing-section .doctor-box .doctor-top .dr-content label svg {
  color: #eab308;
  width: 16px;
  fill: #eab308;
}
.listing-section .doctor-box .ctc-btn {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .ctc-btn {
    padding-top: clamp(12px, calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320)), 15px);
    margin-top: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.listing-section .doctor-box .ctc-btn a {
  width: 50%;
}
.listing-section .doctor-box .ctc-btn a span {
  padding: 9px 12px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .ctc-btn a span {
    padding: 8px 10px;
    font-size: 13px;
  }
}
.listing-section .doctor-box:hover {
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.08);
  transition: all 0.5s ease;
}

.mobile-filter-btn {
  align-items: center;
  gap: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  text-transform: uppercase;
  padding: 5px clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  border: 1px solid rgba(var(--main-color), 0.5);
  background-color: rgba(var(--main-color), 0.1);
  border-radius: clamp(4px, calc(4px + (7 - 4) * (100vw - 320px) / (1920 - 320)), 7px);
  font-weight: 500;
}
.mobile-filter-btn svg {
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
  height: auto;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.11 Prescription css start
==========================*/
.pres-top-detail {
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(var(--main-color), 1);
  margin-bottom: 30px;
}

.pres-title-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pres-title-box {
    flex-direction: column;
    justify-content: unset;
    gap: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.pres-title-box .left-part span {
  font-size: clamp(13px, calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320)), 14px);
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
}
.pres-title-box .left-part h2 {
  font-size: clamp(22px, calc(22px + (45 - 22) * (100vw - 320px) / (1920 - 320)), 45px);
}
.pres-title-box .left-part h3 {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 400;
  margin-top: 5px;
  color: rgba(var(--content-color), 0.8);
}
.pres-title-box .right-box {
  padding: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  border: 1px solid rgba(var(--border-color), 1);
  background-color: rgba(var(--main-light), 0.2);
  border-radius: 8px;
}
.pres-title-box .right-box > span {
  text-transform: uppercase;
  color: rgba(var(--content-color), 0.7);
  letter-spacing: 0.05em;
  font-size: 15px;
}
.pres-title-box .right-box ul {
  margin-top: 10px;
}
.pres-title-box .right-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.pres-title-box .right-box ul li span {
  font-weight: 600;
}
.pres-title-box .right-box ul li + li {
  margin-top: 4px;
}

.patient-box {
  background-color: rgba(var(--white), 1);
  padding: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
.patient-box > span {
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 16px;
  display: block;
}
.patient-box .patient-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.patient-box .patient-info .left-part {
  display: flex;
  align-items: center;
  gap: 50px;
  gap: 140px;
}
@media (max-width: 991px) {
  .patient-box .patient-info .left-part {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .patient-box .patient-info .left-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 35px;
  }
}
.patient-box .patient-info .left-part span {
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
  color: rgba(var(--content-color), 0.7);
  text-transform: uppercase;
}
.patient-box .patient-info .left-part p {
  font-weight: 500;
  color: rgba(var(--black), 1);
  margin-top: 2px;
}
.patient-box .patient-info .right-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 400px) {
  .patient-box .patient-info .right-btns {
    display: none;
  }
}
.patient-box .patient-info .right-btns svg {
  width: 20px;
}

.diagnosis-notes {
  margin-bottom: 20px;
}
.diagnosis-notes .diagnosis-box {
  background-color: rgba(var(--white), 1);
  padding: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  height: 100%;
}
.diagnosis-notes .diagnosis-box span {
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
  font-weight: 500;
}
.diagnosis-notes .diagnosis-box p {
  margin-top: 5px;
}

.presentation-section .medication-box {
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  overflow: hidden;
}
.presentation-section .medication-box .medication-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--main-light), 0.2);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.presentation-section .medication-box .medication-title h3 {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.presentation-section .medication-box ul li {
  padding: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  display: flex;
  gap: 16px;
}
.presentation-section .medication-box ul li h4 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  margin-bottom: 8px;
}
.presentation-section .medication-box ul li h5 {
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.presentation-section .medication-box ul li > div:last-child {
  width: calc(100% - 40px - 16px);
}
.presentation-section .medication-box ul li .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
}
.presentation-section .medication-box ul li .icon-box svg {
  stroke: rgba(var(--main-color), 1);
}
.presentation-section .medication-box ul li .note {
  display: flex;
  gap: 4px;
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
  color: rgba(var(--content-color), 0.8);
  margin-top: 7px;
}
.presentation-section .medication-box ul li .note svg {
  width: 16px;
}
.presentation-section .medication-box ul li .note span {
  width: calc(100% - 16px - 4px);
}
.presentation-section .medication-box ul li + li {
  border-top: 1px solid rgba(var(--border-color), 1);
}

.safety-box {
  padding: clamp(20px, calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320)), 25px);
  background-color: rgba(var(--main-color), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.safety-box h2 {
  color: rgba(var(--white), 1);
  font-size: 22px;
  margin-bottom: 16px;
}
.safety-box li {
  display: flex;
  gap: 4px;
  color: rgba(var(--white), 1);
  font-size: 14px;
}
.safety-box li svg {
  width: 20px;
}
.safety-box li span {
  width: calc(100% - 24px);
}
.safety-box li + li {
  margin-top: 12px;
}

.emergency-box {
  background-color: rgba(var(--white), 1);
  padding: clamp(14px, calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320)), 24px);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  margin-top: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.emergency-box > span {
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
  margin-bottom: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
  display: block;
}
.emergency-box .detail-box {
  display: flex;
  gap: 12px;
}
.emergency-box .detail-box .icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(255, 218, 214, 0.2);
}
.emergency-box .detail-box .icon-box svg {
  stroke: #ba1a1a;
  width: 20px;
}
.emergency-box .detail-box span {
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
.emergency-box .detail-box p {
  color: rgba(var(--content-color), 0.7);
}
.emergency-box .detail-box p + p {
  margin-top: 2px;
}
.emergency-box.follow-up {
  background-color: rgba(var(--main-color), 0.1);
}
.emergency-box.follow-up .btn-solid {
  width: 100%;
  margin-top: 10px;
}
.emergency-box.follow-up .btn-solid span {
  width: 100%;
}

.download-option {
  margin-top: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  padding-top: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  border-top: 1px solid rgba(var(--border-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.12 Profile css start
==========================*/
.dr-detail-box {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
}
.dr-detail-box .box-title {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  display: flex;
  align-items: center;
  gap: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  font-weight: 600;
  margin-bottom: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.dr-detail-box .box-title svg {
  color: rgba(var(--main-color), 1);
}
.dr-detail-box + .dr-detail-box {
  margin-top: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320)), 32px);
}

.dr-main-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320)), 32px);
}
@media (max-width: 991px) {
  .dr-main-box {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .dr-main-box {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.dr-main-box .dr-img {
  width: 128px;
  height: 128px;
  border-radius: 12px;
  border: 1px solid rgba(var(--main-color), 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .dr-main-box .dr-img {
    width: 100px;
    height: 100px;
  }
}
.dr-main-box .dr-content h2 {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  .dr-main-box .dr-content h2 {
    font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  }
}
@media (max-width: 767px) {
  .dr-main-box .dr-content h2 {
    justify-content: center;
  }
}
.dr-main-box .dr-content h2 svg {
  color: rgba(var(--main-color), 1);
}
.dr-main-box .dr-content h3 {
  color: rgba(var(--main-color), 1);
  font-size: 16px;
  margin-top: clamp(6px, calc(6px + (7 - 6) * (100vw - 320px) / (1920 - 320)), 7px);
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .dr-main-box .dr-content h3 {
    font-size: 16px;
  }
}
.dr-main-box .dr-content .exp-details {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .dr-main-box .dr-content .exp-details {
    justify-content: center;
  }
}
.dr-main-box .dr-content .exp-details p {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(var(--black), 1);
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
.dr-main-box .dr-content .exp-details p svg {
  margin-left: 5px;
  width: 20px;
}
.dr-main-box .dr-content .exp-details p span {
  color: rgba(var(--black), 1);
}
.dr-main-box .dr-content .exp-details p .star {
  color: #eab308;
  width: 18px;
  margin-right: 2px;
}
.dr-main-box .dr-content ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dr-main-box .dr-content ul {
    justify-content: center;
  }
}
.dr-main-box .dr-content ul li {
  font-size: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
  padding: clamp(3px, calc(3px + (4 - 3) * (100vw - 320px) / (1920 - 320)), 4px) 14px;
  border-radius: 15px;
  border: 1px solid rgba(var(--main-color), 0.4);
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
}
.dr-main-box .action-button {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .dr-main-box .action-button {
    margin-left: unset;
    width: 100%;
  }
}
.dr-main-box .action-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  color: rgba(var(--black), 1);
  border: 2px solid rgba(var(--border-color), 1);
  border-radius: clamp(6px, calc(6px + (9 - 6) * (100vw - 320px) / (1920 - 320)), 9px);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .dr-main-box .action-button a {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .dr-main-box .action-button a {
    width: 100%;
    justify-content: center;
  }
}
.dr-main-box .action-button a:hover {
  border-color: rgba(var(--main-color), 0.5);
}
.dr-main-box .action-button a svg {
  width: 20px;
}
.dr-main-box .action-button a:first-child {
  background-color: rgba(var(--border-color), 1);
}
.dr-main-box .action-button a:first-child:hover {
  background-color: #dbdbe1;
  border-color: #dbdbe1;
}

.education-sec ul {
  display: flex;
  gap: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.education-sec ul:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  height: calc(100% - 6px);
  width: 2px;
  background-color: #d5d5d5;
  z-index: -1;
}
.education-sec ul li {
  display: flex;
  gap: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.education-sec ul li .dots {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(var(--main-color), 1);
  margin-top: 5px;
}
.education-sec ul li .edu-content {
  width: calc(100% - 10px - clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px));
}
.education-sec ul li .edu-content h3 {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px);
}
.education-sec ul li .edu-content h4 {
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  margin-bottom: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px);
}
.education-sec ul li .edu-content h5 {
  font-size: 14px;
  color: rgba(var(--main-color), 1);
  font-weight: 500;
}

.specializations-sec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
}
.specializations-sec ul li {
  padding: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px) clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  background-color: #f9f8f6;
  display: flex;
  align-items: center;
  gap: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  border-radius: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px);
  border: 1px solid rgba(var(--border-color), 1);
}
.specializations-sec ul li svg {
  color: rgba(var(--main-color), 1);
  width: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}

.booking-box {
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  position: sticky;
  top: 100px;
  z-index: 1;
  overflow: hidden;
}
.booking-box .fee-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  background-color: rgba(var(--main-color), 0.1);
}
.booking-box .fee-panel span {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
}
.booking-box .fee-panel h2 {
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  font-weight: 500;
}
.booking-box .book-details {
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
}
.booking-box .book-details h3 {
  font-size: 16px;
  font-weight: 500;
}
.booking-box .book-details .select-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.booking-box .book-details .select-date .arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.booking-box .book-details .select-date .arrows a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(var(--border-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.booking-box .book-details .select-date .arrows a svg {
  width: 20px;
  color: rgba(var(--content-color), 1);
}
.booking-box .book-details .date-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  text-align: center;
  margin-bottom: 25px;
}
.booking-box .book-details .date-boxes li {
  border: 1px solid rgba(var(--border-color), 1);
  padding: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  border-radius: 8px;
  cursor: pointer;
}
.booking-box .book-details .date-boxes li span {
  font-size: 12px;
  color: rgba(var(--content-color), 1);
}
.booking-box .book-details .date-boxes li h3 {
  font-size: 18px;
  font-weight: 500;
}
.booking-box .book-details .date-boxes li.active {
  background-color: rgba(var(--main-color), 1);
}
.booking-box .book-details .date-boxes li.active span {
  color: rgba(var(--white), 0.7);
}
.booking-box .book-details .date-boxes li.active h3 {
  color: rgba(var(--white), 1);
}
.booking-box .book-details .avl-slot h3 {
  margin-bottom: 12px;
}
.booking-box .book-details .avl-slot span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(var(--content-color), 0.8);
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
}
.booking-box .book-details .avl-slot ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  text-align: center;
}
.booking-box .book-details .avl-slot ul li a {
  color: rgba(var(--black), 1);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(var(--border-color), 1);
  padding: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
  border-radius: 6px;
  display: block;
}
.booking-box .book-details .avl-slot ul li.active a, .booking-box .book-details .avl-slot ul li:hover a {
  background-color: rgba(var(--main-color), 0.1);
  border-color: rgba(var(--main-color), 1);
  color: rgba(var(--main-color), 1);
}
.booking-box .book-details .avl-slot ul li.disable {
  pointer-events: none;
  cursor: none;
  opacity: 0.6;
}
.booking-box .book-details .avl-slot ul li.disable a {
  text-decoration: line-through;
}
.booking-box .book-details .btn-main {
  margin-top: 35px;
}
.booking-box .book-details .silent-info {
  text-align: center;
  font-size: 12px;
  color: rgba(var(--content-color), 0.8);
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.booking-box .book-details .silent-info i {
  font-size: 18px;
  color: rgba(var(--content-color), 1);
}

.map-box iframe {
  width: 100%;
  height: 270px;
  border-radius: 10px;
}

.location-box {
  margin-top: clamp(24px, calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320)), 32px);
}
.location-box .location-content h2 {
  font-size: 18px;
  margin-bottom: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
}
.location-box .location-content p {
  line-height: clamp(24px, calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320)), 28px);
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.location-box .location-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.location-box .location-content ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.location-box .location-content ul li + li {
  margin-top: 3px;
}
.location-box .location-content ul li svg {
  color: rgba(var(--main-color), 1);
  width: 20px;
}
.location-box .location-content a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.location-box .location-content a svg {
  width: 20px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.13 Service css start
==========================*/
.service-top-bar {
  position: relative;
  background-image: url(eeac9a4757c3fb2c159b.png);
  padding: clamp(120px, calc(120px + (160 - 120) * (100vw - 320px) / (1920 - 320)), 160px) 0 clamp(40px, calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)), 60px);
}
.service-top-bar .center-content {
  text-align: center;
  margin-top: clamp(20px, calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320)), 32px);
}
.service-top-bar .center-content h1 {
  font-size: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
  margin-bottom: 5px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-top-bar .center-content h1 span {
  color: rgba(var(--main-color), 1);
}
.service-top-bar .center-content p {
  font-size: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--black), 1);
  margin-bottom: 14px;
}
.service-top-bar .center-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: clamp(12px, calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)), 18px);
  gap: clamp(6px, calc(6px + (15 - 6) * (100vw - 320px) / (1920 - 320)), 15px);
}
.service-top-bar .center-content ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  color: rgba(var(--content-color), 1);
  line-height: 1;
}
.service-top-bar .center-content ul li svg {
  width: 20px;
  color: rgba(var(--accent-color), 1);
}

.service-section li {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 20px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .service-section li {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .service-section li {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.service-section li .service-content {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 56%;
}
.service-section li .service-content .service-des {
  width: calc(100% - 64px - 24px);
}
@media (max-width: 991px) {
  .service-section li .service-content {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .service-section li .service-content {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.service-section li .service-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .service-section li .service-content h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.service-section li .service-content p {
  font-size: 15px;
}
@media (max-width: 991px) {
  .service-section li .service-content p {
    font-size: 12px;
  }
}
.service-section li .service-content .service-box {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
}
@media (max-width: 991px) {
  .service-section li .service-content .service-box {
    width: 60px;
    height: 60px;
  }
}
.service-section li .service-content .service-box img {
  width: 28px;
}
.service-section li .book-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .service-section li .book-content {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-section li .book-content .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-section li .book-content .btn span {
    width: 100%;
  }
}
.service-section li .book-content .time-box {
  padding: 0 24px;
  margin-right: 20px;
  border-inline: 1px solid rgba(var(--border-color), 1);
  text-align: right;
}
@media (max-width: 767px) {
  .service-section li .book-content .time-box {
    text-align: center;
    margin-right: 0;
    margin-block: 16px;
  }
}
.service-section li .book-content .time-box p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.service-section li .book-content .time-box h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
  gap: 5px;
  color: rgba(var(--accent-color), 1);
}
@media (max-width: 991px) {
  .service-section li .book-content .time-box h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-section li .book-content .time-box h3 {
    justify-content: center;
  }
}
.service-section li .book-content .time-box h3.high-time {
  color: #ee1010;
}
.service-section li .book-content .time-box h3 svg {
  width: 16px;
  line-height: 1;
}
.service-section li + li {
  margin-top: 16px;
}
.service-section li:hover {
  background-color: rgba(var(--white), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.1);
  transition: all 0.5s ease;
}
.service-section .expand_btn {
  margin-top: 40px;
}
.service-section .expand_btn .expanded .up-arrow {
  display: inline-block;
}
.service-section .expand_btn .expanded .down-arrow {
  display: none;
}
.service-section .expand_btn .up-arrow {
  display: none;
}
.service-section .expand_btn .down-arrow {
  display: inline-block;
}
.service-section .expand_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-details-section h2 {
  font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-details-section .condition-sec {
  margin-top: 25px;
}
.service-details-section .condition-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border: 1px solid #f1f5f9;
  transition: all 0.5s ease;
}
.service-details-section .condition-box h3 {
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
  margin-bottom: 8px;
}
.service-details-section .condition-box p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.service-details-section .condition-box .condition-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(var(--main-color), 0.15);
  margin-bottom: 15px;
}
.service-details-section .condition-box .condition-icon svg {
  color: rgba(var(--main-color), 1);
}
.service-details-section .condition-box:hover {
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.1);
  transition: all 0.5s ease;
}

.review-sec {
  margin-top: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)), 50px);
}
.review-sec h3.title {
  margin-bottom: clamp(18px, calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320)), 25px);
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
}

.consultation-box {
  border: 1px solid rgba(var(--border-color), 1);
  padding: 25px;
  border-radius: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  position: sticky;
  top: 100px;
  z-index: 1;
  background-color: rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .consultation-box {
    padding: 15px;
  }
}
.consultation-box .top-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.consultation-box .top-part span {
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.consultation-box .top-part .status-sec p {
  color: rgba(var(--accent-color), 1);
  padding-left: 18px;
  position: relative;
}
.consultation-box .top-part .status-sec p span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(var(--accent-color), 1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.consultation-box .top-part .status-sec p span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  background-color: rgba(var(--accent-color), 1);
  opacity: 0.75;
  border-radius: 100%;
}
.consultation-box .top-part .avg-wait {
  text-align: right;
}
.consultation-box .top-part .avg-wait p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(var(--main-color), 1);
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .consultation-box .top-part .avg-wait p {
    font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  }
}
.consultation-box .top-part .avg-wait p svg {
  width: 20px;
}
.consultation-box .fee-details li {
  display: flex;
  align-content: center;
  justify-content: space-between;
  color: rgba(var(--content-color), 1);
}
.consultation-box .fee-details li span {
  color: rgba(var(--black), 1);
  font-weight: 500;
}
.consultation-box .fee-details li span.text-accent {
  color: rgba(var(--accent-color), 1);
}
.consultation-box .fee-details li + li {
  margin-top: 8px;
}
.consultation-box .info-box {
  padding-top: 22px;
  border-top: 1px solid rgba(var(--border-color), 1);
  margin-top: 22px;
  margin-bottom: 20px;
}
.consultation-box .info-box p {
  font-size: 14px;
  line-height: 26px;
}
.consultation-box .certified-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.consultation-box .certified-box li {
  background-color: #f9f8f6;
  border-radius: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  width: calc(100% - 30px);
  padding: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 5px;
}
.consultation-box .certified-box li svg {
  color: rgba(var(--main-color), 1);
  margin: 0 auto;
}
.consultation-box .certified-box li span {
  color: rgba(var(--content-color), 1);
  text-transform: uppercase;
  font-size: 12px;
}

.journey-section .journey-content label {
  display: inline-block;
  padding: clamp(6px, calc(6px + (8 - 6) * (100vw - 320px) / (1920 - 320)), 8px) clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-size: 12px;
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.journey-section .journey-content h2 {
  font-size: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  font-weight: 600;
}
.journey-section .journey-content h3 {
  margin-bottom: 5px;
}
.journey-section .journey-content p {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  margin-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
}
.journey-section .journey-content .care-box {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  border-left: 3px solid rgba(var(--main-color), 1);
}
.journey-section .journey-content .care-box .head {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.journey-section .journey-content .care-box .head svg {
  width: 20px;
  color: rgba(var(--main-color), 1);
}
.journey-section .journey-content .care-box .head h4 {
  font-size: 16px;
}
.journey-section .journey-content .care-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.journey-section .journey-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.journey-section .journey-icon .icon-box {
  width: clamp(100px, calc(100px + (270 - 100) * (100vw - 320px) / (1920 - 320)), 270px);
  height: clamp(100px, calc(100px + (270 - 100) * (100vw - 320px) / (1920 - 320)), 270px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--main-color), 0.1);
  border-radius: clamp(20px, calc(20px + (56 - 20) * (100vw - 320px) / (1920 - 320)), 56px);
  box-shadow: 0 25px 50px -12px rgba(var(--black), 0.25);
  transform: rotate(5deg);
}
.journey-section .journey-icon .icon-box svg {
  color: rgba(var(--main-color), 1);
  width: clamp(55px, calc(55px + (100 - 55) * (100vw - 320px) / (1920 - 320)), 100px);
  height: auto;
}
.journey-section .journey-row .row:nth-child(2) .journey-content label {
  background-color: rgba(var(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-content .care-box {
  border-color: rgba(var(--main-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-content .care-box .head svg {
  color: rgba(var(--main-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-icon .icon-box {
  background-color: rgba(var(--main-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-icon .icon-box svg {
  color: rgba(var(--white), 1);
}
.journey-section .journey-row .row:nth-child(3) .journey-content label {
  background-color: rgba(6, 36, 70, 0.1);
  color: #062446;
}
.journey-section .journey-row .row:nth-child(3) .journey-content .care-box {
  border-color: #062446;
}
.journey-section .journey-row .row:nth-child(3) .journey-content .care-box .head svg {
  color: #062446;
}
.journey-section .journey-row .row:nth-child(3) .journey-icon .icon-box {
  background-color: #062446;
}
.journey-section .journey-row .row:nth-child(3) .journey-icon .icon-box svg {
  color: rgba(var(--white), 1);
}
.journey-section .journey-row .row + .row {
  margin-top: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)), 60px);
}
.journey-section.how-works-section .journey-row {
  position: relative;
}
.journey-section.how-works-section .journey-row .row {
  position: relative;
}
@media (max-width: 767px) {
  .journey-section.how-works-section .journey-row .row + .row {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .journey-section.how-works-section .journey-row .row + .row {
    margin-top: 10px;
  }
}
.journey-section.how-works-section .journey-row .abs-icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: rgba(var(--main-color), 1);
  position: absolute;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .journey-section.how-works-section .journey-row .abs-icon {
    display: none;
  }
}
.journey-section.how-works-section .journey-row .abs-icon svg {
  width: 16px;
  color: rgba(var(--white), 1);
}
.journey-section.how-works-section .journey-row::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(var(--border-color), 1);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .journey-section.how-works-section .journey-row::after {
    display: none;
  }
}
.journey-section.how-works-section .journey-row .journey-icon img {
  width: 100%;
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.journey-section.how-works-section .journey-row .row .journey-content p {
  margin-bottom: calc(-2px + (-4 - -2) * (100vw - 320px) / (1920 - 320));
}
.journey-section.how-works-section .journey-row .row .journey-content .care-box {
  border-color: rgba(var(--main-color), 1) !important;
}
.journey-section.how-works-section .journey-row .row .journey-content .care-box .head svg {
  color: rgba(var(--main-color), 1) !important;
}
.journey-section.how-works-section .journey-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.journey-section.how-works-section .journey-content label {
  background-color: rgba(var(--main-color), 0.1) !important;
  color: rgba(var(--main-color), 1) !important;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .journey-section.how-works-section .g-md-5,
  .journey-section.how-works-section .gx-md-5 {
    --bs-gutter-x: 6rem;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.14 Terms css start
==========================*/
.terms-section .list-group {
  background-color: rgba(var(--white), 1);
  border-radius: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  border: 1px solid rgba(var(--border-color), 1);
  padding: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
  position: sticky;
  top: 150px;
  z-index: 1;
  border-radius: 15px;
}
.terms-section .list-group span {
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
  margin-bottom: 14px;
}
.terms-section .list-group .list-group-item {
  border: none;
  background-color: transparent;
  padding: 10px 15px;
  border-left: 4px solid transparent;
  border-radius: 0;
}
.terms-section .list-group .list-group-item.active {
  background-color: rgba(var(--main-color), 0.1);
  border-left: 4px solid rgba(var(--main-color), 1);
  color: rgba(var(--main-color), 1);
  font-weight: 500;
}
.terms-section .list-group .list-group-item + .list-group-item {
  margin-top: 3px;
}
.terms-section h2 {
  font-size: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  margin-bottom: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
  font-family: "Bricolage Grotesque", sans-serif;
}
.terms-section h3 {
  margin-block: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px) clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
}
.terms-section p {
  margin-bottom: 10px;
}
.terms-section ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.terms-section ol li {
  display: list-item;
  color: rgba(var(--content-color), 1);
  list-style: disc;
}
.terms-section ol li + li {
  margin-top: 6px;
}
