/*!***********************************************************************************************************************************************************!*\
  !*** 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 : Telecare Template
    Author        : Focal Themes
    Author URL    : https://themeforest.net/user/focaltheme
==============================================================================*/
/*==================================================
    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/form
   3.6  components/loader
   3.7  components/nav-menu
   3.8  components/pagination
   3.9  components/titles
*/
/* 4. Layout
   4.1  layout/about
   4.2  layout/app
   4.3  layout/banner
   4.4  layout/blog
   4.5  layout/category
   4.6  layout/doctor profile
   4.7  layout/feature
   4.8  layout/footer
   4.9  layout/header
   4.10 layout/home-section
   4.11 layout/how it works
   4.12 layout/pricing
   4.13 layout/testimonial
   4.14 layout/why choose
*/
/* 5. Pages
   5.1  pages/account
   5.2  pages/auth
   5.3  pages/blog
   5.4  pages/booking
   5.5  pages/call
   5.6  pages/contact
   5.7  pages/error
   5.8  pages/faq
   5.9  pages/listing
   5.10  pages/profile
   5.11  pages/service
   5.12  pages/terms
*/
/* Abstracts */
/*=====================
 1.1 Animation css start
==========================*/
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes crescendo {
  100% {
    transform: scale(1.3);
  }
}
@keyframes gridMove {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 51px, 0 51px;
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/**=====================
  1.2  Mixin css start
==========================**/
/**=====================
  1.3 Variables css start
==========================**/
:root {
  --main-color: 91, 101, 221;
  --accent-color: 0, 182, 122;
  --secondary-color: 37, 99, 235;
  --tertiary-color: 147, 51, 234;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --title-color: 18, 32, 86;
  --content-color: 104, 117, 166;
  --border-color: 233, 233, 242;
  --base-dark: 238, 238, 252;
  --base-light: 250, 250, 252;
  --base-grey: 246, 246, 248;
}

/* base */
/**=====================
  2.1 Reset css start
==========================**/
/*==============================================================================
    Template Name : Telecare Template
    Author        : Focal Themes
    Author URL    : https://themeforest.net/user/focaltheme
==============================================================================*/
/*==================================================
    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/form
   3.6  components/loader
   3.7  components/nav-menu
   3.8  components/pagination
   3.9  components/titles
*/
/* 4. Layout
   4.1  layout/about
   4.2  layout/app
   4.3  layout/banner
   4.4  layout/blog
   4.5  layout/category
   4.6  layout/doctor profile
   4.7  layout/feature
   4.8  layout/footer
   4.9  layout/header
   4.10 layout/home-section
   4.11 layout/how it works
   4.12 layout/pricing
   4.13 layout/testimonial
   4.14 layout/why choose
*/
/* 5. Pages
   5.1  pages/account
   5.2  pages/auth
   5.3  pages/blog
   5.4  pages/booking
   5.5  pages/call
   5.6  pages/contact
   5.7  pages/error
   5.8  pages/faq
   5.9  pages/listing
   5.10  pages/profile
   5.11  pages/service
   5.12  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;
}

.filled-icon {
  font-variation-settings: "FILL" 1;
}

.text-title {
  color: rgba(var(--title-color), 1) !important;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  2.2  Typography css start
==========================**/
body {
  font-family: "Sora", sans-serif;
  position: relative;
  background-color: rgba(var(--white), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: normal;
  color: rgba(var(--title-color), 1);
}

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

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

h3,
.text-xl {
  font-size: clamp(20px, calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320)), 22px);
  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 {
  transition: 0.5s ease;
  text-decoration: none;
  color: rgba(var(--main-color), 1);
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
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 .title-style1 {
  position: sticky;
  top: 100px;
  z-index: 1;
}

.faq-style2 {
  margin-bottom: calc(-80px + (-100 - -80) * (100vw - 320px) / (1920 - 320));
  z-index: 1;
}
.faq-style2 .faq-box {
  background-color: rgba(var(--base-dark), 1);
  padding: clamp(15px, calc(15px + (42 - 15) * (100vw - 320px) / (1920 - 320)), 42px);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.faq-style2 .theme-accordion .accordion-item {
  background-color: rgba(var(--white), 1);
}

.theme-accordion .accordion-item {
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
  padding: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  background-color: rgba(var(--base-light), 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(--title-color), 1);
  padding: 0;
  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: rgba(var(--base-dark), 1);
  background-position: center;
  background-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.theme-accordion .accordion-body {
  padding: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px) 0 0 0;
}
.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;
  bottom: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  right: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  width: clamp(32px, calc(32px + (45 - 32) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(32px, calc(32px + (45 - 32) * (100vw - 320px) / (1920 - 320)), 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  border: none;
  border-radius: 8px;
  font-size: 30px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 4;
  transform: scale(0.8);
  transform-origin: center;
  opacity: 0;
}
.back-to-top i {
  font-size: 30px;
}
.back-to-top.show {
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
}
.back-to-top:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.3 Breadcrumb css start
==========================*/
.breadcrumb {
  background-color: rgba(var(--white), 0.3);
  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;
}
.breadcrumb li {
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: rgba(var(--content-color), 1);
}
.breadcrumb li a span {
  font-size: 18px;
  font-variation-settings: "FILL" 1;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}
.breadcrumb .breadcrumb-item.active {
  padding: 0;
  color: rgba(var(--main-color), 1);
}
.breadcrumb .breadcrumb-item.active:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  padding: 0;
  font-size: 22px;
  line-height: 1;
}

.breadcrumb-section {
  position: relative;
  background: #dbdffa;
  background: linear-gradient(180deg, rgba(224, 227, 251, 0.8) 0%, rgba(227, 228, 251, 0.8) 15%, rgb(255, 255, 255) 115%);
  padding: clamp(40px, calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)), 60px) 0;
}
.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: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  width: 60%;
}
@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 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  border-radius: 8px;
  padding: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px) clamp(10px, calc(10px + (22 - 10) * (100vw - 320px) / (1920 - 320)), 22px);
  border: none;
  transition: all 0.5s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn:hover {
  transition: all 0.5s ease;
}

.btn-curve {
  border-radius: 55px;
}

.btn-main {
  background: rgba(var(--main-color), 1) no-repeat;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--main-color), 1);
}
.btn-main:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(var(--main-color), 1);
  transition: all 0.5s ease;
  color: rgba(var(--main-color), 1);
}

.btn-accent {
  background: rgba(var(--accent-color), 1) no-repeat;
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
  border: 1px solid rgba(var(--accent-color), 1);
}
.btn-accent:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(var(--accent-color), 1);
  transition: all 0.5s ease;
  color: rgba(var(--accent-color), 1);
}

.btn-light-outline {
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  color: rgba(var(--title-color), 1);
}
.btn-light-outline:hover {
  transform: translateY(-5px);
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  border-color: rgba(var(--main-color), 0.3);
}

.btn-main-outline {
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--main-color), 1);
  color: rgba(var(--main-color), 1);
}
.btn-main-outline:hover {
  transform: translateY(-5px);
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}

.btn-white {
  background-color: rgba(var(--white), 1);
  color: rgba(var(--main-color), 1);
  border: 1px solid rgba(var(--white), 1);
}
.btn-white:hover {
  transform: translateY(-5px);
  background-color: transparent;
  color: rgba(var(--white), 1);
  border-color: rgba(var(--white), 1);
}

.btn-lg {
  font-size: clamp(14px, calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320)), 18px);
  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 {
  font-size: 14px;
  padding: 9px 16px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.5 Form css start
==========================*/
.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;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.6 Loader style
==========================**/
.site-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(var(--base-grey), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.site-loader .loader-content {
  padding: 12px;
}
.site-loader .loader-content .plus-box {
  padding: 32px;
  background-color: rgba(var(--white), 1);
  border-radius: 100%;
  box-shadow: 0 25px 50px -12px rgba(var(--main-color), 0.4);
  animation: medicalPulse 2s ease-in-out infinite;
  width: clamp(120px, calc(120px + (146 - 120) * (100vw - 320px) / (1920 - 320)), 146px);
  height: clamp(120px, calc(120px + (146 - 120) * (100vw - 320px) / (1920 - 320)), 146px);
  margin: 0 auto clamp(35px, calc(35px + (48 - 35) * (100vw - 320px) / (1920 - 320)), 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-loader .loader-content .plus-box svg {
  margin-top: 12px;
}
.site-loader .loader-content .animate-heartbeat {
  stroke-dasharray: 100;
  animation: drawLine 2.5s linear infinite;
}
.site-loader .loader-content .opacity-40 {
  opacity: 0.4;
}
.site-loader .loader-content h1 {
  font-size: clamp(17px, calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320)), 24px);
  margin-bottom: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  line-height: 1.5;
}
.site-loader .loader-content p {
  width: 60%;
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .site-loader .loader-content p {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .site-loader .loader-content p {
    width: 100%;
  }
}
.site-loader .loader-content .progress-line {
  width: 256px;
  height: 6px;
  border-radius: 14px;
  background-color: rgba(var(--white), 1);
  margin: clamp(28px, calc(28px + (48 - 28) * (100vw - 320px) / (1920 - 320)), 48px) auto 0;
  overflow: hidden;
}
.site-loader .loader-content .progress-line .animate-progress {
  animation: loading 2s infinite ease-in-out;
  background-color: rgba(var(--main-color), 1);
  height: 6px;
}
.site-loader .left-img {
  position: absolute;
  left: 40px;
  top: 50%;
  opacity: 0.03;
  transform: translateY(-50%);
  z-index: -1;
}
.site-loader .right-img {
  position: absolute;
  right: 40px;
  top: 50%;
  opacity: 0.03;
  transform: translateY(-50%);
  z-index: -1;
}
.site-loader .logo-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 30px;
  opacity: 0.5;
}
.site-loader.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@keyframes medicalPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@keyframes drawLine {
  0% {
    stroke-dashoffset: 100;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100;
  }
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
    width: 30%;
  }
  50% {
    width: 60%;
  }
  100% {
    transform: translateX(350%);
    width: 30%;
  }
}
/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  3.7 Nav Menu style
==========================**/
.menu-btn {
  position: relative;
  display: none;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  z-index: 2;
  margin-right: clamp(12px, calc(12px + (30 - 12) * (100vw - 320px) / (1920 - 320)), 30px);
}

@media (max-width: 1199px) {
  .navbar-menu {
    margin-bottom: 0;
  }
}
.navbar-menu .menu-items {
  display: flex;
  align-items: center;
  gap: 26px;
}
.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: 25px;
  }
}
@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;
}
.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: 16px;
  text-transform: capitalize;
  color: rgba(var(--title-color), 1);
  font-weight: 400;
  width: 100%;
}
.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: 30px;
  z-index: 2;
  margin-top: 20px;
}

.expand-btn:after {
  content: "\e313";
  font-style: normal;
  margin-left: auto;
  font-family: "Material Symbols Outlined";
}
.expand-btn.first-item:after {
  content: "\e313";
  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(--title-color), 1);
  font-size: 16px;
  transition: all 0.5s ease;
}

.mobile-close {
  background-color: rgba(var(--base-grey), 1);
  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(--title-color), 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.9 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(--title-color), 1);
  z-index: unset;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 3.10 Title css start
==========================*/
.title-style1 {
  margin-bottom: clamp(25px, calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)), 50px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.title-style1 h3 {
  color: rgba(var(--main-color), 1);
  text-transform: uppercase;
  margin-bottom: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  font-size: 14px;
  font-weight: 500;
  margin-top: -1px;
}
.title-style1 h2 span {
  color: rgba(var(--main-color), 1);
}
.title-style1 p {
  line-height: clamp(23px, calc(23px + (26 - 23) * (100vw - 320px) / (1920 - 320)), 26px);
  margin-top: clamp(6px, calc(6px + (12 - 6) * (100vw - 320px) / (1920 - 320)), 12px);
}
.title-style1 .title-link {
  display: flex;
  align-items: center;
  color: rgba(var(--main-color), 1);
  gap: 5px;
}
.title-style1.text-center p {
  width: 50%;
  margin: 12px auto 0;
}
@media (max-width: 1199px) {
  .title-style1.text-center p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .title-style1.text-center p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .title-style1.text-center p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .title-style1.title-horizontal {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.title-style1.title-horizontal > div:first-child {
  width: 50%;
}
@media (max-width: 991px) {
  .title-style1.title-horizontal > div:first-child {
    width: 100%;
  }
}
.title-style1.title-horizontal p {
  width: 30%;
}
@media (max-width: 1199px) {
  .title-style1.title-horizontal p {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .title-style1.title-horizontal p {
    width: 100%;
  }
}
.title-style1.gradient-title h2 span {
  background: linear-gradient(to right, rgba(var(--main-color), 1), rgba(var(--accent-color), 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-style1 .mt-custom {
  margin-top: calc(-4px + (-8 - -4) * (100vw - 320px) / (1920 - 320));
}

.title-arrows > div:first-child {
  width: 80%;
}

/* Layout */
/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.1 About Section css start
==========================*/
.about-section {
  position: relative;
}
.about-section .about-effect {
  position: absolute;
  left: -40px;
}
.about-section .about-img {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.about-section .about-img .exp-box {
  width: clamp(85px, calc(85px + (125 - 85) * (100vw - 320px) / (1920 - 320)), 125px);
  height: clamp(85px, calc(85px + (125 - 85) * (100vw - 320px) / (1920 - 320)), 125px);
  border-radius: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  background-color: rgba(var(--main-color), 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 0;
}
.about-section .about-img .exp-box h2 {
  color: rgba(var(--white), 1);
  font-size: clamp(26px, calc(26px + (44 - 26) * (100vw - 320px) / (1920 - 320)), 44px);
  font-weight: 600;
}
.about-section .about-img .exp-box h2 span {
  font-size: clamp(12px, calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 400;
  display: block;
}
.about-section .about-img .about1 {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .about-section .about-img .about1 {
    width: calc(100% - 30px);
  }
}
.about-section .about-img .about2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 4px solid rgba(var(--white), 1);
  box-shadow: 0 0 15px 0 rgba(var(--black), 0.12);
}
@media (max-width: 575px) {
  .about-section .about-img .about2 {
    width: 40%;
  }
}
.about-section .about-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.about-section .about-content .title-style1 {
  gap: 0;
  margin-bottom: 0;
}
.about-section .about-content p {
  margin-bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.about-section .about-content ul li {
  display: flex;
  align-content: center;
  gap: clamp(8px, calc(8px + (10 - 8) * (100vw - 320px) / (1920 - 320)), 10px);
}
.about-section .about-content ul li i {
  width: clamp(20px, calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320)), 26px);
  height: clamp(20px, calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320)), 26px);
  border-radius: 100%;
  background-color: rgba(var(--accent-color), 1);
  color: rgba(var(--white), 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
}
.about-section .about-content .btn-sec {
  margin-top: clamp(20px, calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320)), 34px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(7px, calc(7px + (12 - 7) * (100vw - 320px) / (1920 - 320)), 12px);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.2 App Section css start
==========================*/
.app-section {
  padding-top: 90px;
}
@media (max-width: 1400px) {
  .app-section {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .app-section {
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .app-section {
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .app-section {
    padding-top: 0;
  }
}
.app-section .app-box {
  background-image: url(8eed38ba550e228b2315.jpg);
  background-size: cover;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .app-section .app-box {
    border-radius: 12px;
  }
}
.app-section .app-box .app-content {
  padding: 45px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .app-section .app-box .app-content {
    padding: 25px 70px;
  }
}
@media (max-width: 991px) {
  .app-section .app-box .app-content {
    padding: 25px clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  }
}
.app-section .app-box .app-content h2,
.app-section .app-box .app-content p {
  color: rgba(var(--white), 1);
  margin-bottom: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.app-section .app-box .app-content h2 {
  line-height: 1.4;
  margin-top: calc(-5px + (-9 - -5) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
  .app-section .app-box .app-content h2 {
    font-size: clamp(22px, calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320)), 26px);
    margin-bottom: 10px;
  }
}
.app-section .app-box .app-content p {
  line-height: 1.6;
}
.app-section .app-box .app-content .btn-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
.app-section .app-box .app-img {
  text-align: center;
  margin-top: -180px;
}
@media (max-width: 1199px) {
  .app-section .app-box .app-img {
    margin-top: -78px;
  }
}
@media (max-width: 991px) {
  .app-section .app-box .app-img {
    margin-top: -55px;
  }
}

.app-banner {
  background: #5b65dd;
  background: linear-gradient(90deg, rgb(91, 101, 221) 0%, rgb(158, 164, 235) 100%);
  height: 100%;
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  padding: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.app-banner label {
  background-color: rgba(var(--white), 0.7);
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 15px;
  margin-bottom: 12px;
}
.app-banner h3 {
  color: rgba(var(--white), 1);
  line-height: 1.4;
  margin-bottom: 30px;
}
.app-banner .app-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-banner .app-btn img {
  height: 35px;
}
.app-banner .app-img {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.app-banner .back-shape {
  position: absolute;
  right: -28%;
  bottom: -18%;
  z-index: -1;
}
@media (max-width: 767px) {
  .app-banner .back-shape {
    opacity: 0.5;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.3 Banner css start
==========================*/
.banner-section {
  background-image: url(7ac7c2abe15734e348c8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .banner-section {
    margin-top: 0;
  }
}
.banner-section .banner-shape {
  position: absolute;
  right: 0;
  top: 20%;
}
.banner-section .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-section .banner-content {
    padding: clamp(40px, calc(40px + (100 - 40) * (100vw - 320px) / (1920 - 320)), 100px) 0;
  }
}
.banner-section .banner-content h2 {
  font-size: clamp(34px, calc(34px + (64 - 34) * (100vw - 320px) / (1920 - 320)), 64px);
  color: rgba(var(--white), 1);
  margin-bottom: 12px;
  margin-top: calc(-4px + (-9 - -4) * (100vw - 320px) / (1920 - 320));
}
.banner-section .banner-content p {
  color: rgba(var(--base-light), 1);
  margin-bottom: clamp(16px, calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320)), 28px);
  line-height: 1.7;
}
.banner-section .banner-content .btn-sec {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-section .banner-content .btn-sec .btn {
  font-size: clamp(13px, calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320)), 18px);
  padding: clamp(9px, calc(9px + (12 - 9) * (100vw - 320px) / (1920 - 320)), 12px) clamp(16px, calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320)), 25px);
}
.banner-section .banner-content .btn-sec .btn i {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.banner-section .banner-img {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .banner-section .banner-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
    z-index: -1;
    opacity: 0.1;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-img {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-img {
    width: 62%;
  }
}
@media (max-width: 360px) {
  .banner-section .banner-img {
    width: 72%;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.4 Blog css start
==========================*/
.blog-section {
  background-image: url(21eb68659cbeaeb2e070.jpg);
  position: relative;
  background-size: cover;
}
.blog-section .title-style1 {
  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: uppercase;
  background-color: rgba(var(--white), 1);
  color: rgba(var(--main-color), 1);
}
.blog-box .blog-content {
  padding: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.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(--title-color), 1);
  transition: all 0.5s ease;
  margin-top: -5px;
}
.blog-box .blog-content p {
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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%;
}
.blog-box .blog-content .author-content h4 {
  color: rgba(var(--title-color), 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.5 Category css start
==========================*/
.category-style1 {
  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);
  background-color: rgba(var(--base-dark), 1);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  background-image: url(4f66cf51b167f3b233d7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.category-style1 .category-wrap {
  background-color: rgba(var(--white), 1);
  padding: 30px;
  border-radius: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  display: block;
}
@media (max-width: 1199px) {
  .category-style1 .category-wrap {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.category-style1 .category-wrap .category-box {
  width: clamp(58px, calc(58px + (68 - 58) * (100vw - 320px) / (1920 - 320)), 68px);
  height: clamp(58px, calc(58px + (68 - 58) * (100vw - 320px) / (1920 - 320)), 68px);
  border-radius: 8px;
  background-color: rgba(var(--base-dark), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(12px, calc(12px + (25 - 12) * (100vw - 320px) / (1920 - 320)), 25px);
}
.category-style1 .category-wrap .category-box i {
  font-size: clamp(30px, calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320)), 35px);
  color: rgba(var(--main-color), 1);
  font-weight: 300;
}
.category-style1 .category-wrap h3 {
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  font-weight: 500;
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.category-style1 .category-wrap p {
  margin-bottom: calc(-2px + (-4 - -2) * (100vw - 320px) / (1920 - 320));
}
.category-style1 .category-wrap:hover {
  background-color: rgba(var(--main-color), 1);
}
.category-style1 .category-wrap:hover .category-box {
  background-color: rgba(var(--white), 0.2);
}
.category-style1 .category-wrap:hover .category-box i {
  color: rgba(var(--white), 1);
}
.category-style1 .category-wrap:hover h3,
.category-style1 .category-wrap:hover p {
  color: rgba(var(--white), 1);
}

.category-style2 {
  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);
  background-color: rgba(var(--base-dark), 1);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  background-image: url(4f66cf51b167f3b233d7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.category-style2.service-category {
  width: 100%;
  margin-left: 0;
  background-color: transparent;
  border-radius: 0;
  background-image: none;
}
.category-style2.service-category .category-wrap {
  background-color: rgba(var(--base-light), 1);
}
.category-style2 .category-wrap {
  background-color: rgba(var(--white), 1);
  padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  position: relative;
  overflow: hidden;
  display: block;
  color: rgba(var(--title-color), 1);
  transition: all 0.5s ease;
  height: 100%;
}
.category-style2 .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-style2 .category-wrap h3 {
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  transition: all 0.5s ease;
}
.category-style2 .category-wrap p {
  margin-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  padding-bottom: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
}
.category-style2 .category-wrap ul {
  padding-left: 18px;
  margin-bottom: calc(-2px + (-5 - -2) * (100vw - 320px) / (1920 - 320));
}
.category-style2 .category-wrap ul li {
  display: list-item;
  list-style: square;
}
.category-style2 .category-wrap ul li + li {
  margin-top: 4px;
}
.category-style2 .category-wrap .mb-custom {
  margin-bottom: calc(-1px + (-5 - -1) * (100vw - 320px) / (1920 - 320));
}
.category-style2 .category-wrap:hover {
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.category-style2 .category-wrap:hover h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.category-style2.preparation-box {
  background-image: none;
  background-color: rgba(var(--base-dark), 0.6);
}
.category-style2.preparation-box .row > div:nth-child(2) .category-wrap .icon-box {
  background-color: rgba(var(--accent-color), 0.1);
}
.category-style2.preparation-box .row > div:nth-child(2) .category-wrap .icon-box i {
  color: rgba(var(--accent-color), 1);
}
.category-style2.preparation-box .row > div:nth-child(3) .category-wrap .icon-box {
  background-color: rgba(var(--tertiary-color), 0.1);
}
.category-style2.preparation-box .row > div:nth-child(3) .category-wrap .icon-box i {
  color: rgba(var(--tertiary-color), 1);
}
.category-style2.preparation-box .category-wrap {
  padding: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  border: 1px solid rgba(var(--border-color), 1);
}
.category-style2.preparation-box .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-style2.preparation-box .category-wrap .icon-box i {
  color: rgba(var(--main-color), 1);
}
.category-style2.preparation-box .category-wrap h3 {
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
  font-weight: 500;
}
.category-style2.preparation-box .category-wrap p {
  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-style2.preparation-box .category-wrap ul {
  padding-left: 0;
}
.category-style2.preparation-box .category-wrap ul li {
  display: flex;
  gap: 8px;
  font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
}
.category-style2.preparation-box .category-wrap ul li i {
  font-size: 20px;
  margin-top: 2px;
  color: rgba(var(--accent-color), 1);
}
.category-style2.preparation-box .category-wrap ul li + li {
  margin-top: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}

.category-style3 {
  background-image: url(4f66cf51b167f3b233d7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.category-style3 .category-wrap {
  padding: 30px;
  background-color: rgba(var(--white), 1);
  border-radius: 20px;
  transition: all 0.5s ease;
  height: 100%;
}
@media (max-width: 1199px) {
  .category-style3 .category-wrap {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.category-style3 .category-wrap .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: rgba(var(--base-dark), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px);
  transition: all 0.5s ease;
}
.category-style3 .category-wrap .icon-box i {
  transition: all 0.5s ease;
}
.category-style3 .category-wrap h3 {
  margin-bottom: 8px;
  font-weight: 500;
  color: rgba(var(--title-color), 1);
}
.category-style3 .category-wrap .bottom-ctc {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -4px;
}
.category-style3 .category-wrap .bottom-ctc span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(var(--content-color), 1);
  text-transform: uppercase;
}
.category-style3 .category-wrap .bottom-ctc a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}
.category-style3 .category-wrap .bottom-ctc a i {
  font-size: 20px;
  transition: all 0.5s ease;
}
.category-style3 .category-wrap:hover {
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
  transition: all 0.5s ease;
}
.category-style3 .category-wrap:hover .icon-box {
  background-color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-wrap:hover .icon-box i {
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}
.category-style3 .category-wrap:hover .bottom-ctc a i {
  transform: translateX(3px);
  transition: all 0.5s ease;
}
.category-style3 .experts-box {
  padding: 30px;
  background-color: rgba(var(--white), 1);
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 1199px) {
  .category-style3 .experts-box {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.category-style3 .experts-box h3 {
  margin-bottom: clamp(16px, calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320)), 26px);
  line-height: 1.4;
}
.category-style3 .experts-box ul {
  margin-bottom: clamp(18px, calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)), 30px);
  padding-bottom: clamp(18px, calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320)), 30px);
  border-bottom: 1px solid rgba(var(--border-color), 1);
}
.category-style3 .experts-box ul li {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .category-style3 .experts-box ul li {
    gap: 12px;
  }
}
.category-style3 .experts-box ul li .doctor-img {
  width: 66px;
  height: 66px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.category-style3 .experts-box ul li .doctor-content {
  width: calc(100% - 66px - 18px);
}
.category-style3 .experts-box ul li .doctor-content h4 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.category-style3 .experts-box ul li .doctor-content h5,
.category-style3 .experts-box ul li .doctor-content h6 {
  font-size: 14px;
}
.category-style3 .experts-box ul li .doctor-content h5 {
  color: rgba(var(--content-color), 1);
  margin: 4px 0;
}
.category-style3 .experts-box ul li .doctor-content h6 {
  color: rgba(var(--title-color), 1);
  display: flex;
  align-items: center;
  gap: 4px;
}
.category-style3 .experts-box ul li .doctor-content h6 i {
  font-size: 18px;
  color: #f7b75e;
}
.category-style3 .experts-box ul li + li {
  margin-top: 24px;
}
.category-style3 .experts-box .action-panel h5 {
  font-weight: 500;
  margin-bottom: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320)), 20px);
  color: rgba(var(--content-color), 1);
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
}
.category-style3 .experts-box .action-panel .btn-accent {
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.6 Doctor profile css 
==========================*/
.doctor-style1 {
  background-image: url(21eb68659cbeaeb2e070.jpg);
  background-size: cover;
}
.doctor-style1 .doctor-profile-box {
  background-color: rgba(var(--white), 1);
  border-radius: 15px;
  padding: 18px;
  display: block;
}
@media (max-width: 1199px) {
  .doctor-style1 .doctor-profile-box {
    padding: 10px;
  }
}
.doctor-style1 .doctor-profile-box .img-box {
  position: relative;
  margin-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
}
.doctor-style1 .doctor-profile-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.doctor-style1 .doctor-profile-box .img-box .rating-box {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(var(--white), 1);
  border-radius: 20px;
  padding: 1px 5px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.doctor-style1 .doctor-profile-box .img-box .rating-box i {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
  color: #f7b75e;
}
.doctor-style1 .doctor-profile-box .img-box .rating-box span {
  font-size: 14px;
  color: rgba(var(--title-color), 1);
}
.doctor-style1 .doctor-profile-box .doctor-info h3 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 7px;
  transition: all 0.5s ease;
}
.doctor-style1 .doctor-profile-box .doctor-info h4 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.doctor-style1 .doctor-profile-box .doctor-info span {
  color: rgba(var(--content-color), 1);
  margin-top: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
  display: block;
  margin-bottom: -3px;
}
.doctor-style1 .doctor-profile-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.doctor-style1 .doctor-profile-box:hover .doctor-info h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.doctor-style1.doctor-style3 {
  background-image: none;
}
.doctor-style1.doctor-style3 .doctor-profile-box {
  border: 1px solid rgba(var(--border-color), 1);
}

.doctor-style2 {
  background-image: url(21eb68659cbeaeb2e070.jpg);
  background-size: cover;
}
.doctor-style2 .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-style2 .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-style2 .doctor-profile-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.doctor-style2 .doctor-profile-box .doctor-info {
  padding: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  text-align: center;
}
.doctor-style2 .doctor-profile-box .doctor-info h3 {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 0.5s ease;
}
.doctor-style2 .doctor-profile-box .doctor-info h4 {
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.doctor-style2 .doctor-profile-box .doctor-info p {
  color: rgba(var(--title-color), 1);
}
.doctor-style2 .doctor-profile-box .doctor-info p span {
  color: rgba(var(--content-color), 1);
}
.doctor-style2 .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.1215686275);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  color: rgba(var(--title-color), 1);
}
.doctor-style2 .doctor-profile-box .doctor-info h5 span {
  font-weight: 500;
}
.doctor-style2 .doctor-profile-box .doctor-info .rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}
.doctor-style2 .doctor-profile-box .doctor-info .rating-box i {
  font-size: 14px;
  font-variation-settings: "FILL" 1;
  color: #f7b75e;
}
.doctor-style2 .doctor-profile-box .doctor-info .rating-box span {
  color: rgba(var(--content-color), 1);
}
.doctor-style2 .doctor-profile-box .doctor-info .rating-box p {
  line-height: 1;
}
.doctor-style2 .doctor-profile-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.doctor-style2 .doctor-profile-box:hover .doctor-info h3 {
  color: rgba(var(--main-color), 1);
  transition: all 0.5s ease;
}
.doctor-style2.leader-profile {
  background-image: none;
}
.doctor-style2.leader-profile .doctor-profile-box .img-box {
  border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.doctor-style2.leader-profile .doctor-profile-box .role-text {
  color: rgba(var(--main-color), 1);
  font-size: 15px;
  font-weight: 500;
}
.doctor-style2.leader-profile .doctor-profile-box .doctor-info {
  padding-bottom: 0;
}
.doctor-style2.leader-profile .doctor-profile-box .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  margin-bottom: -4px;
}
.doctor-style2.leader-profile .doctor-profile-box .action a {
  line-height: 1;
  display: inline-block;
}
.doctor-style2.leader-profile .doctor-profile-box .action a i {
  color: rgba(var(--content-color), 1);
  font-size: 20px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.7 Feature css start
==========================*/
.feature-style1 {
  background-color: rgba(var(--base-light), 1);
  padding: clamp(28px, calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320)), 34px) 0;
}
.feature-style1 .feature-wrap {
  display: flex;
  align-items: center;
  gap: clamp(7px, calc(7px + (20 - 7) * (100vw - 320px) / (1920 - 320)), 20px);
}
.feature-style1 .feature-wrap .feature-box {
  width: clamp(30px, calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320)), 58px);
  height: clamp(30px, calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320)), 58px);
  border-radius: 100%;
  background-color: rgba(var(--base-dark), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.feature-style1 .feature-wrap .feature-box i {
  font-size: clamp(18px, calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320)), 32px);
  color: rgba(var(--main-color), 1);
}
.feature-style1 .feature-wrap h2 {
  font-weight: 500;
  color: rgba(var(--title-color), 1);
  line-height: 1.4;
  width: calc(100% - clamp(30px, calc(30px + (58 - 30) * (100vw - 320px) / (1920 - 320)), 58px) - clamp(7px, calc(7px + (20 - 7) * (100vw - 320px) / (1920 - 320)), 20px));
}
.feature-style1 .feature-wrap h2 span {
  font-weight: 400;
  color: rgba(var(--content-color), 1);
  display: block;
}
.feature-style1 .feature-wrap:hover .feature-box {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.feature-style1.feature-style2 {
  padding: 0;
  background-color: transparent;
}
.feature-style1.feature-style2 .container {
  position: relative;
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: calc(-40px + (-60 - -40) * (100vw - 320px) / (1920 - 320));
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
  z-index: 1;
}
.feature-style1.feature-style2 .feature-box {
  width: clamp(46px, calc(46px + (66 - 46) * (100vw - 320px) / (1920 - 320)), 66px);
  height: clamp(46px, calc(46px + (66 - 46) * (100vw - 320px) / (1920 - 320)), 66px);
}
.feature-style1.feature-style2 .feature-box img {
  width: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  height: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-style1.feature-style2 h2 {
  width: calc(100% - clamp(46px, calc(46px + (66 - 46) * (100vw - 320px) / (1920 - 320)), 66px) - clamp(7px, calc(7px + (20 - 7) * (100vw - 320px) / (1920 - 320)), 20px));
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.8 Footer css start
==========================*/
footer {
  background-color: #0f172a;
  position: relative;
  overflow: hidden;
}
footer .plus-shape {
  position: absolute;
  right: -8%;
  z-index: 0;
  top: -32%;
}
@media (max-width: 767px) {
  footer .plus-shape {
    display: none;
  }
}
footer .plus-sm-shape {
  position: absolute;
  bottom: 23%;
  left: 55%;
  animation: crescendo 1.5s alternate infinite ease-in;
}
footer .plus-sm-shape.pos-2 {
  left: 2%;
  bottom: unset;
  top: 19%;
}
footer .footer-intro .brand-logo {
  margin-bottom: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  height: clamp(38px, calc(38px + (42 - 38) * (100vw - 320px) / (1920 - 320)), 42px);
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-intro p {
  margin-bottom: clamp(12px, calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--white), 0.7);
  line-height: 28px;
}
footer .footer-intro .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-intro .social-icons li a {
  display: block;
  transition: all 0.5s ease;
  width: 35px;
  height: 35px;
  background-color: #182543;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
footer .footer-intro .social-icons li a img {
  width: 20px;
}
footer .footer-intro .social-icons li a:hover {
  transform: scale(1.2);
}
footer .footer-title {
  font-size: clamp(15px, calc(15px + (16 - 15) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--white), 1);
  margin-bottom: 36px;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}
@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: 15px;
  }
}
footer .footer-content li a {
  color: rgba(var(--white), 0.7);
  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;
  color: rgba(var(--main-color), 1);
}
footer .footer-content li + li {
  margin-top: 10px;
}
footer .footer-contact ul.footer-content li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(var(--white), 0.7);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
footer .footer-contact ul.footer-content li i {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
@media (max-width: 576px) {
  footer .footer-contact ul.footer-content li {
    margin-top: 15px;
  }
}
footer .footer-contact ul.footer-content li + li {
  margin-top: 10px;
}
footer .footer-contact .custom-mt {
  margin-top: 30px;
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  footer .footer-contact .custom-mt {
    margin-bottom: 0;
    margin-top: 24px;
  }
}
footer .footer-contact form .form-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 576px) {
  footer .footer-contact form .form-group {
    margin-top: 15px;
  }
}
footer .footer-contact form .form-group .form-control {
  height: 42px;
  background-color: #141f38;
  border-radius: 10px;
  border: none;
  padding: 12px 12px;
  color: rgba(var(--white), 1);
  font-size: 14px;
}
footer .footer-contact form .form-group .form-control::-moz-placeholder {
  color: rgba(var(--white), 0.7);
}
footer .footer-contact form .form-group .form-control::placeholder {
  color: rgba(var(--white), 0.7);
}
footer .footer-contact form .form-group .btn {
  height: 42px;
  width: 42px;
}
footer .footer-contact .app-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer-contact .app-btn a {
  display: inline-block;
  height: 40px;
}
@media (max-width: 576px) {
  footer .footer-contact .app-btn a {
    height: 100px;
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
}
footer .footer-contact .app-btn a img {
  height: 40px;
}
@media (max-width: 576px) {
  footer .footer-contact .app-btn a img {
    height: 35px;
  }
}
footer .copyright-sec {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--white), 0.08);
}
@media (max-width: 991px) {
  footer .copyright-sec {
    flex-direction: column;
    gap: 8px;
  }
}
footer .copyright-sec p {
  color: rgba(var(--white), 0.7);
}
footer .copyright-sec ul {
  display: flex;
  align-items: center;
  gap: 6px 16px;
  flex-wrap: wrap;
}
footer .copyright-sec ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(var(--white), 0.7);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
footer .copyright-sec ul li i {
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
  font-variation-settings: "FILL" 1;
}
footer .copyright-theme-bg {
  background-color: rgba(var(--main-color), 1);
}

.footer-top-space {
  padding-top: clamp(120px, calc(120px + (200 - 120) * (100vw - 320px) / (1920 - 320)), 200px);
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
4.9 Header style
==========================**/
header {
  padding: 10px 0;
}
header .brand-logo {
  height: clamp(30px, calc(30px + (42 - 30) * (100vw - 320px) / (1920 - 320)), 42px);
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  header .navbar {
    justify-content: unset;
  }
}
header .navbar .btn-sec {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  header .navbar .btn-sec {
    margin-left: auto;
  }
}
header .navbar .btn-sec .login-link {
  color: rgba(var(--title-color), 1);
}
@media (max-width: 420px) {
  header .navbar .btn-sec .login-link {
    display: none;
  }
}
header .navbar .btn-sec .btn-main {
  padding: 3px 2px 3px clamp(10px, calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320)), 17px);
}
header .navbar .btn-sec .btn-main i {
  font-size: 18px;
  width: clamp(30px, calc(30px + (34 - 30) * (100vw - 320px) / (1920 - 320)), 34px);
  height: clamp(30px, calc(30px + (34 - 30) * (100vw - 320px) / (1920 - 320)), 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white), 1);
  border-radius: 100%;
  color: rgba(var(--main-color), 1);
}
header.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(var(--white), 1);
  z-index: 2;
  box-shadow: 0 6px 1.5rem -0.3rem rgba(108, 108, 109, 0.15);
  animation: slideDown 0.5s forwards ease;
}

/**=====================
  2.1 Reset css start
==========================**/
/**=====================
  4.10 Home section style
==========================**/
.home-style1 {
  background-image: url(7b9d08a42ea25f9840d1.jpg);
  padding: clamp(60px, calc(60px + (100 - 60) * (100vw - 320px) / (1920 - 320)), 100px) 0 clamp(100px, calc(100px + (160 - 100) * (100vw - 320px) / (1920 - 320)), 160px);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home-style1 .home-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}
.home-style1 .home-content .trust-panel {
  background-color: rgba(var(--base-light), 1);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 3px 10px;
}
.home-style1 .home-content .trust-panel i {
  font-variation-settings: "FILL" 1;
  color: rgba(var(--accent-color), 1);
  font-size: 20px;
}
.home-style1 .home-content h1 {
  color: rgba(var(--white), 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);
}
.home-style1 .home-content p {
  color: rgba(var(--white), 0.7);
  margin-bottom: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
}
.home-style1 .home-content .user-panel {
  display: flex;
  align-items: center;
  gap: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
.home-style1 .home-content .user-panel .avatar-list {
  display: flex;
  align-items: center;
}
.home-style1 .home-content .user-panel .avatar-list img {
  width: clamp(34px, calc(34px + (42 - 34) * (100vw - 320px) / (1920 - 320)), 42px);
  height: clamp(34px, calc(34px + (42 - 34) * (100vw - 320px) / (1920 - 320)), 42px);
  border-radius: 100%;
  border: 1px solid rgba(var(--white), 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.home-style1 .home-content .user-panel .avatar-list img + img {
  margin-left: calc(-5px + (-10 - -5) * (100vw - 320px) / (1920 - 320));
}
.home-style1 .home-content .user-panel span {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--white), 0.8);
}
.home-style1 .home-content .btn-panel {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
  gap: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
}
.home-style1 .home-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-style1 .home-img .home-effect {
  position: absolute;
  bottom: 20px;
  right: -40px;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: mover 2s infinite alternate;
}
.home-style1 .home-img .home-effect img:first-child {
  margin-top: 120px;
}
.home-style1 .home-img .home-effect img:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .home-style1 .home-img {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
  }
}
@media (max-width: 991px) {
  .home-style1 .home-img {
    width: 50%;
  }
}

.home-style2 {
  background-color: #f6f7fc;
  text-align: center;
}
.home-style2 .badge-top {
  background-color: rgba(var(--main-color), 0.1);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(var(--border-color), 1);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  padding: 3px 10px;
  border-radius: 30px;
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  margin-bottom: clamp(15px, calc(15px + (24 - 15) * (100vw - 320px) / (1920 - 320)), 24px);
}
.home-style2 .badge-top i {
  color: rgba(var(--main-color), 1);
  font-size: clamp(18px, calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320)), 20px);
}
.home-style2 h1 {
  text-transform: unset;
}
.home-style2 h1 span {
  background: linear-gradient(to right, rgba(var(--main-color), 1), rgba(var(--accent-color), 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-style2 .des-para {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  width: 70%;
  margin: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px) auto;
}
@media (max-width: 576px) {
  .home-style2 .des-para {
    width: 100%;
  }
}
.home-style2 .form-panel {
  background-color: rgba(var(--white), 1);
  padding: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  border-radius: clamp(34px, calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320)), 44px);
  display: flex;
  align-items: center;
  gap: clamp(7px, calc(7px + (15 - 7) * (100vw - 320px) / (1920 - 320)), 15px);
  position: relative;
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
}
.home-style2 .form-panel .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(24px, calc(24px + (58 - 24) * (100vw - 320px) / (1920 - 320)), 58px);
  color: rgba(var(--content-color), 1);
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.home-style2 .form-panel input {
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px) clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px) clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px) clamp(40px, calc(40px + (70 - 40) * (100vw - 320px) / (1920 - 320)), 70px);
  border: none;
  background-color: rgba(var(--base-light), 1);
  border-radius: 40px;
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320)), 16px);
}
.home-style2 .form-panel input::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.home-style2 .form-panel input::placeholder {
  color: rgba(var(--content-color), 1);
}
.home-style2 .form-panel input:focus {
  box-shadow: none;
}
.home-style2 .form-panel .btn {
  width: clamp(40px, calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)), 60px);
  height: clamp(40px, calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320)), 60px);
  border-radius: 100%;
}
.home-style2 .concern-panel {
  margin-top: clamp(30px, calc(30px + (38 - 30) * (100vw - 320px) / (1920 - 320)), 38px);
}
.home-style2 .concern-panel p {
  text-transform: uppercase;
  margin-bottom: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  font-weight: 500;
}
.home-style2 .concern-panel ul {
  display: flex;
  align-items: center;
  gap: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  flex-wrap: wrap;
  justify-content: center;
}
.home-style2 .concern-panel ul li a {
  display: inline-block;
  background-color: rgba(var(--white), 1);
  text-transform: capitalize;
  border: 1px solid rgba(var(--title-color), 0.1);
  padding: clamp(4px, calc(4px + (5 - 4) * (100vw - 320px) / (1920 - 320)), 5px) clamp(20px, calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320)), 22px);
  border-radius: 20px;
  color: rgba(var(--title-color), 1);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  font-weight: 500;
  transition: all 0.5s ease;
}
.home-style2 .concern-panel ul li a:hover {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  transition: all 0.5s ease;
}

.home-style3 {
  background-image: url(61ae64f2db4033006d63.jpg);
  background-size: cover;
  padding: 0;
  z-index: 1;
}
.home-style3 .home-content {
  padding: clamp(50px, calc(50px + (70 - 50) * (100vw - 320px) / (1920 - 320)), 70px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-style3 .home-content h1 {
  color: rgba(var(--white), 1);
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-style3 .home-content p {
  color: rgba(var(--white), 0.7);
  margin-bottom: 20px;
}
.home-style3 .home-content .user-panel {
  padding: 3px clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  background-color: rgba(var(--white), 0.2);
  border: 1px solid rgba(var(--white), 0.14);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  width: -moz-max-content;
  width: max-content;
}
.home-style3 .home-content .user-panel h3 {
  color: rgba(var(--white), 1);
  font-size: clamp(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  font-weight: 500;
}
.home-style3 .home-content .user-panel h3 span {
  color: #2ee59d;
}
.home-style3 .home-content .user-panel .avatar-list {
  display: flex;
  align-items: center;
}
.home-style3 .home-content .user-panel .avatar-list img {
  width: clamp(22px, calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320)), 26px);
  height: clamp(22px, calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320)), 26px);
  border-radius: 100%;
  border: 1px solid rgba(var(--main-color), 1);
}
.home-style3 .home-content .user-panel .avatar-list img + img {
  margin-left: -10px;
}
.home-style3 .home-content form {
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(var(--black), 0.25);
}
.home-style3 .home-content form i {
  position: absolute;
  left: clamp(8px, calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320)), 16px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: rgba(var(--content-color), 1);
}
.home-style3 .home-content form input {
  padding: clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px) clamp(102px, calc(102px + (134 - 102) * (100vw - 320px) / (1920 - 320)), 134px) clamp(12px, calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320)), 20px) clamp(34px, calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320)), 44px);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
.home-style3 .home-content form input::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}
.home-style3 .home-content form input::placeholder {
  color: rgba(var(--content-color), 1);
}
.home-style3 .home-content form .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.home-style3 .home-content .feature-sec {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320)), 30px);
  margin-top: 30px;
}
.home-style3 .home-content .feature-sec li {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.home-style3 .home-content .feature-sec li .feature-box {
  width: clamp(38px, calc(38px + (45 - 38) * (100vw - 320px) / (1920 - 320)), 45px);
  height: clamp(38px, calc(38px + (45 - 38) * (100vw - 320px) / (1920 - 320)), 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(var(--white), 0.14);
  background-color: rgba(var(--white), 0.2);
  backdrop-filter: blur(12px);
}
.home-style3 .home-content .feature-sec li .feature-box i {
  color: rgba(var(--white), 1);
  font-weight: 300;
}
.home-style3 .home-content .feature-sec li span {
  font-size: 12px;
  color: rgba(var(--white), 0.7);
  display: block;
}
.home-style3 .home-content .feature-sec li span.text-above {
  font-size: clamp(13px, calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320)), 15px);
  color: rgba(var(--white), 1);
  font-weight: 500;
}
.home-style3 .home-img {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .home-style3 .home-img {
    position: absolute;
    bottom: 0;
    width: 53%;
    right: 0;
    z-index: -2;
    opacity: 0.1;
  }
}
@media (max-width: 991px) {
  .home-style3 .home-img {
    width: 64%;
  }
}
.home-style3 .home-img img {
  width: 95%;
}
@media (max-width: 1400px) {
  .home-style3 .home-img img {
    width: 100%;
  }
}
.home-style3 .home-img .verify-sec {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(var(--white), 0.26);
  border: 1px solid rgba(var(--white), 0.22);
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(16px);
  bottom: 18%;
  right: 190px;
  animation: mover 2s infinite alternate;
}
@media (max-width: 1600px) {
  .home-style3 .home-img .verify-sec {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .home-style3 .home-img .verify-sec {
    display: none;
  }
}
.home-style3 .home-img .verify-sec .verify-content {
  margin-bottom: -4px;
}
.home-style3 .home-img .verify-sec .verify-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(var(--accent-color), 1);
  backdrop-filter: blur(12px);
}
.home-style3 .home-img .verify-sec .verify-box i {
  color: rgba(var(--white), 1);
  font-weight: 300;
}
.home-style3 .home-img .verify-sec h2 {
  font-size: 15px;
  color: rgba(var(--white), 1);
  font-weight: 500;
}
.home-style3 .home-img .verify-sec span {
  font-size: 12px;
  color: rgba(var(--white), 0.7);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.11 Feature css start
==========================*/
.how-works-style1 {
  position: relative;
  overflow: hidden;
}
.how-works-style1 .steps-wrapper {
  text-align: center;
}
@media (max-width: 576px) {
  .how-works-style1 .steps-wrapper {
    position: relative;
    background-color: rgba(var(--white), 1);
  }
}
.how-works-style1 .steps-wrapper .step-box {
  width: clamp(75px, calc(75px + (100 - 75) * (100vw - 320px) / (1920 - 320)), 100px);
  height: clamp(75px, calc(75px + (100 - 75) * (100vw - 320px) / (1920 - 320)), 100px);
  background-color: rgba(var(--white), 1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.1);
  margin: 0 auto clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.how-works-style1 .steps-wrapper .step-box i {
  font-size: clamp(30px, calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320)), 40px);
  color: rgba(var(--main-color), 1);
}
.how-works-style1 .steps-wrapper .step-box span {
  width: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  height: clamp(22px, calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320)), 32px);
  border-radius: 100%;
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  font-weight: 500;
  position: absolute;
  top: calc(-6px + (-10 - -6) * (100vw - 320px) / (1920 - 320));
  right: calc(-10px + (-15 - -10) * (100vw - 320px) / (1920 - 320));
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-works-style1 .steps-wrapper h3 {
  font-weight: 500;
  margin-bottom: clamp(5px, calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320)), 10px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.how-works-style1 .steps-wrapper p {
  margin-bottom: -4px;
  line-height: 1.7;
}
@media (max-width: 576px) {
  .how-works-style1 .steps-wrapper p {
    width: 70%;
    margin: 0 auto -4px;
  }
}
@media (max-width: 360px) {
  .how-works-style1 .steps-wrapper p {
    width: 100%;
  }
}
.how-works-style1 .steps-wrapper:hover .step-box {
  transform: rotate(3deg) translateY(-0.5rem);
}
.how-works-style1 .shape-img {
  position: absolute;
  right: -3%;
  bottom: 10%;
}
@media (max-width: 991px) {
  .how-works-style1 .shape-img {
    right: -7%;
  }
}
@media (max-width: 767px) {
  .how-works-style1 .shape-img {
    width: 12%;
  }
}
.how-works-style1 .works-relative {
  position: relative;
  text-align: center;
}
.how-works-style1 .works-relative .btn {
  margin-top: 64px;
}
.how-works-style1 .dashed-line {
  background-image: linear-gradient(to right, rgba(var(--main-color), 1) 50%, transparent 50%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  opacity: 0.2;
  height: 2px;
  position: absolute;
  width: 70%;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .how-works-style1 .dashed-line {
    background-image: linear-gradient(to bottom, rgba(var(--main-color), 1) 50%, transparent 50%);
    background-size: 2px 12px;
    background-repeat: repeat-y;
    width: 2px;
    height: calc(100% - 60px);
  }
}

.how-works-style2 .steps-wrapper img {
  border-radius: 10px;
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.how-works-style2 .steps-wrapper h3 {
  margin-bottom: clamp(4px, calc(4px + (8 - 4) * (100vw - 320px) / (1920 - 320)), 8px);
  font-size: clamp(16px, calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)), 20px);
}
.how-works-style2 .steps-wrapper p {
  margin-bottom: -3px;
}

.how-works-style3 .title-style1 {
  margin-bottom: 28px;
}
.how-works-style3 .steps-content ul {
  position: relative;
}
.how-works-style3 .steps-content ul::after {
  content: "";
  position: absolute;
  left: clamp(18px, calc(18px + (29 - 18) * (100vw - 320px) / (1920 - 320)), 29px);
  top: 0;
  width: 2px;
  height: calc(100% - (100px + (45 - 100) * (100vw - 320px) / (1920 - 320)));
  background-color: rgba(var(--main-color), 1);
  z-index: -1;
}
.how-works-style3 .steps-content ul li {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px);
}
.how-works-style3 .steps-content ul li .number-box {
  width: clamp(40px, calc(40px + (58 - 40) * (100vw - 320px) / (1920 - 320)), 58px);
  height: clamp(40px, calc(40px + (58 - 40) * (100vw - 320px) / (1920 - 320)), 58px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--main-color), 1);
  font-size: clamp(15px, calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320)), 22px);
  font-weight: 500;
  color: rgba(var(--main-color), 1);
  background-color: rgba(var(--white), 1);
}
.how-works-style3 .steps-content ul li .content {
  width: calc(100% - clamp(40px, calc(40px + (58 - 40) * (100vw - 320px) / (1920 - 320)), 58px) - clamp(12px, calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320)), 16px));
  margin-bottom: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.how-works-style3 .steps-content ul li .content h3 {
  margin-bottom: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  margin-top: 10px;
  font-size: clamp(18px, calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320)), 22px);
}
.how-works-style3 .steps-content ul li .content p {
  line-height: 1.6;
}
.how-works-style3 .steps-content ul li + li .content {
  padding-top: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  border-top: 1px solid rgba(var(--border-color), 1);
}
.how-works-style3 .steps-content ul li + li .number-box {
  margin-top: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.how-works-style3 .steps-content ul li:last-child .content {
  margin-bottom: 0;
}
.how-works-style3 .how-works-img {
  text-align: right;
  position: relative;
}
.how-works-style3 .how-works-img .img1 {
  border-radius: 26px;
  overflow: hidden;
}
.how-works-style3 .how-works-img .img2 {
  border-radius: 15px;
  position: absolute;
  top: 88px;
  left: 0;
  border: 4px solid rgba(var(--white), 1);
  box-shadow: 0 0 15px 0 rgba(var(--black), 0.12);
}
.how-works-style3 .how-works-img .about-effect {
  position: absolute;
  left: 24%;
  z-index: -1;
  top: 38%;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.12 Pricing css start
==========================*/
.pricing-style1 {
  position: relative;
}
.pricing-style1 .pricing-box {
  background-color: rgba(var(--base-light), 1);
  border-radius: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  padding: 25px;
  border: 1px solid rgba(var(--border-color), 1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pricing-style1 .pricing-box {
    padding: 15px;
  }
}
.pricing-style1 .pricing-box label {
  position: absolute;
  background-color: rgba(var(--main-color), 1);
  font-size: clamp(10px, calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320)), 14px);
  text-transform: uppercase;
  color: rgba(var(--white), 1);
  padding: 4px 25px;
  right: calc(-30px + (-34 - -30) * (100vw - 320px) / (1920 - 320));
  transform: rotate(45deg);
  top: clamp(24px, calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320)), 35px);
}
.pricing-style1 .pricing-box .icon-box {
  width: clamp(46px, calc(46px + (56 - 46) * (100vw - 320px) / (1920 - 320)), 56px);
  height: clamp(46px, calc(46px + (56 - 46) * (100vw - 320px) / (1920 - 320)), 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(var(--main-color), 1);
  margin-bottom: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
}
.pricing-style1 .pricing-box .icon-box i {
  font-size: clamp(22px, calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320)), 24px);
  color: rgba(var(--white), 1);
}
.pricing-style1 .pricing-box h3 {
  font-weight: 500;
  margin-bottom: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
@media (max-width: 1199px) {
  .pricing-style1 .pricing-box h3 {
    font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
  }
}
.pricing-style1 .pricing-box h4 {
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  color: rgba(var(--content-color), 1);
}
@media (max-width: 1199px) {
  .pricing-style1 .pricing-box h4 {
    font-size: clamp(14px, calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.pricing-style1 .pricing-box h5 {
  font-size: clamp(22px, calc(22px + (30 - 22) * (100vw - 320px) / (1920 - 320)), 30px);
  font-weight: 500;
}
.pricing-style1 .pricing-box h5 span {
  font-size: 16px;
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}
.pricing-style1 .pricing-box ul {
  margin-top: clamp(20px, calc(20px + (34 - 20) * (100vw - 320px) / (1920 - 320)), 34px);
}
.pricing-style1 .pricing-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: rgba(var(--title-color), 1);
}
@media (max-width: 1199px) {
  .pricing-style1 .pricing-box ul li {
    font-size: 14px;
  }
}
.pricing-style1 .pricing-box ul li i {
  font-size: 22px;
  color: rgba(var(--accent-color), 1);
  font-weight: 200;
}
.pricing-style1 .pricing-box ul li i.cancel-icon {
  color: rgba(var(--content-color), 1);
}
.pricing-style1 .pricing-box ul li + li {
  margin-top: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
}
.pricing-style1 .pricing-box .btn {
  margin-top: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
  width: 100%;
}
.pricing-style1 .pricing-box:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.pricing-style1.pricing-style3 {
  background-image: url(21eb68659cbeaeb2e070.jpg);
  background-size: cover;
}
.pricing-style1.pricing-style3 .pricing-box {
  background-color: rgba(var(--white), 1);
  overflow: unset;
}
.pricing-style1.pricing-style3 .pricing-box label {
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  padding: 2px 16px;
  right: unset;
  border-radius: 20px;
  top: -15px;
}
.pricing-style1.pricing-style3 .pricing-box .icon-box {
  background-color: rgba(var(--base-dark), 1);
}
.pricing-style1.pricing-style3 .pricing-box .icon-box i {
  color: rgba(var(--main-color), 1);
}
.pricing-style1.pricing-style3 .pricing-box.highlight-box {
  border: 5px solid rgba(var(--main-color), 1);
}

.grid-bg {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: 0;
  height: 370px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, rgba(var(--black), 0.3) 0, rgba(var(--black), 0.3) 1px, transparent 1px, transparent 80px), repeating-linear-gradient(to bottom, rgba(var(--black), 0.3) 0, rgba(var(--black), 0.3) 1px, transparent 1px, transparent 80px);
  transform: perspective(900px) rotateX(60deg);
  transform-origin: bottom center;
  -webkit-mask-image: linear-gradient(to bottom, rgba(var(--black), 0), rgba(var(--black), 0.5));
          mask-image: linear-gradient(to bottom, rgba(var(--black), 0), rgba(var(--black), 0.5));
  animation: 2.5s linear 0s infinite normal none running gridMove;
}

.pricing-style2 {
  position: relative;
}
.pricing-style2 .title-style1 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .pricing-style2 .title-style1 {
    margin-bottom: clamp(25px, calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)), 50px);
  }
}
.pricing-style2 .pricing-wrapper {
  background-color: #f7f7fd;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper {
    background-color: transparent;
    border-radius: 0;
  }
}
.pricing-style2 .pricing-wrapper .icon-box {
  height: clamp(120px, calc(120px + (174 - 120) * (100vw - 320px) / (1920 - 320)), 174px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
}
.pricing-style2 .pricing-wrapper .icon-box img {
  height: clamp(50px, calc(50px + (65 - 50) * (100vw - 320px) / (1920 - 320)), 65px);
}
.pricing-style2 .pricing-wrapper .description-box li {
  padding: 14px 0 14px 32px;
  font-size: 16px;
  color: rgba(var(--content-color), 1);
  display: block;
  border-top: 1px solid rgba(var(--border-color), 1);
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col {
    background-color: #f7f7fd;
    border-radius: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
  }
}
.pricing-style2 .pricing-wrapper .info-col .description-box li {
  text-align: center;
  padding: 14px;
  color: rgba(var(--title-color), 1);
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col .description-box li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .pricing-style2 .pricing-wrapper .info-col .description-box li {
    padding: 10px;
    font-size: 14px;
  }
}
.pricing-style2 .pricing-wrapper .info-col .description-box li span {
  color: rgba(var(--content-color), 1);
}
@media (max-width: 767px) {
  .pricing-style2 .pricing-wrapper .info-col .description-box li h3 {
    font-size: 18px;
  }
}
.pricing-style2 .pricing-wrapper .info-col.highlight-col {
  position: relative;
  background-color: rgba(var(--white), 1);
  box-shadow: 0 8px 4px 0 rgba(var(--black), 0.02);
  border-radius: 12px;
  z-index: 1;
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col.highlight-col {
    background-color: #f7f7fd;
    border: 2px solid rgba(var(--accent-color), 1);
  }
}
.pricing-style2 .pricing-wrapper .info-col.highlight-col:after {
  content: "";
  position: absolute;
  left: -8px;
  height: 60%;
  width: calc(100% + 16px);
  background: #00b67a;
  background: linear-gradient(180deg, rgb(0, 182, 122) 0%, rgba(0, 182, 122, 0.02) 100%);
  top: -20px;
  z-index: -2;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col.highlight-col:after {
    display: none;
  }
}
.pricing-style2 .pricing-wrapper .info-col.highlight-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--white), 1);
  z-index: -1;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col.highlight-col::before {
    display: none;
  }
}
.pricing-style2 .pricing-wrapper .info-col.highlight-col .description-box li {
  border-color: transparent;
}
@media (max-width: 991px) {
  .pricing-style2 .pricing-wrapper .info-col.highlight-col .description-box li {
    border-color: rgba(var(--border-color), 1);
  }
}
.pricing-style2 .pricing-wrapper .btn-div {
  padding: 20px 20px 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .pricing-style2 .pricing-wrapper .btn-div {
    padding: 15px 7px 30px;
  }
}
.pricing-style2 .pricing-wrapper .btn-div .btn {
  padding: 10px 18px;
}
@media (max-width: 1199px) {
  .pricing-style2 .pricing-wrapper .btn-div .btn {
    padding: 10px;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.13 Testimonial css start
==========================*/
.testimonial-box {
  background-color: rgba(var(--base-light), 1);
  padding: 30px;
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  border: 1px solid rgba(var(--border-color), 1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  .testimonial-box {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.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-box .ratings li {
  line-height: 1;
}
.testimonial-box .ratings i {
  color: #f7b75e;
  font-variation-settings: "FILL" 1;
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.testimonial-box p {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--title-color), 1);
  margin-bottom: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
}
.testimonial-box .avatar-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.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-box label {
  font-variation-settings: "FILL" 1;
  color: #b7b7b7;
  opacity: 0.07;
  font-size: 200px;
  position: absolute;
  right: -5%;
  top: -21%;
}
.testimonial-box h3 {
  color: rgba(var(--title-color), 1);
}
.testimonial-box span {
  color: rgba(var(--content-color), 1);
  display: block;
  margin-bottom: -8px;
  margin-top: 2px;
}
.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-box:hover label {
  opacity: 0.1;
}

.testimonial-bottom-info {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: clamp(20px, calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320)), 50px);
  color: rgba(var(--content-color), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  margin-bottom: -3px;
}
.testimonial-bottom-info i {
  color: rgba(var(--main-color), 1);
  font-variation-settings: "FILL" 1;
  font-size: 20px;
  margin-top: 1px;
}

.testimonial-sec .update-box {
  padding: 8px 12px;
  background-color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--border-color), 1);
  border-radius: 10px;
}
.testimonial-sec .update-box span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
}
.testimonial-sec .update-box p {
  margin-top: 3px;
  font-size: 14px;
  color: rgba(var(--title-color), 1);
}
.testimonial-sec .rating-box {
  background-color: rgba(var(--base-light), 1);
  border: 1px solid rgba(var(--border-color), 1);
  padding: clamp(15px, calc(15px + (38 - 15) * (100vw - 320px) / (1920 - 320)), 38px) clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  text-align: center;
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  box-shadow: 0 4px 14px 0 rgba(var(--black), 0.07);
  height: 100%;
}
.testimonial-sec .rating-box h2 {
  font-size: clamp(50px, calc(50px + (72 - 50) * (100vw - 320px) / (1920 - 320)), 72px);
  font-weight: 600;
  margin-bottom: 3px;
}
.testimonial-sec .rating-box p {
  margin-bottom: 22px;
}
.testimonial-sec .rating-box p span {
  color: rgba(var(--title-color), 1);
}
.testimonial-sec .rating-box .ratings i {
  color: #f7b75e;
  font-variation-settings: "FILL" 1;
}
.testimonial-sec .rating-box .bar-sec .top-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.testimonial-sec .rating-box .bar-sec .top-text span {
  font-size: 12px;
  color: rgba(var(--content-color), 1);
}
.testimonial-sec .rating-box .bar-sec .progress {
  height: 4px;
}
.testimonial-sec .rating-box .bar-sec .progress .progress-bar {
  background-color: rgba(var(--accent-color), 1);
}
.testimonial-sec .key-point {
  background-color: rgba(var(--base-light), 1);
  border: 1px solid rgba(var(--border-color), 1);
  padding: 30px;
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1199px) {
  .testimonial-sec .key-point {
    padding: clamp(15px, calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320)), 20px);
  }
}
.testimonial-sec .key-point h3 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  text-transform: uppercase;
  color: rgba(var(--content-color), 1);
  font-weight: 500;
  margin-bottom: clamp(12px, calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320)), 18px);
}
.testimonial-sec .key-point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1199px) {
  .testimonial-sec .key-point ul {
    gap: 6px;
  }
}
.testimonial-sec .key-point ul li {
  padding: 3px 10px;
  font-size: 12px;
  background-color: rgba(var(--base-dark), 1);
  border-radius: 16px;
}
.testimonial-sec .key-point ul li.main {
  background-color: rgba(var(--main-color), 1);
  color: rgba(var(--white), 1);
}
.testimonial-sec .key-point ul li.accent {
  background-color: rgba(var(--accent-color), 1);
  color: rgba(var(--white), 1);
}
.testimonial-sec .key-point .improving-panel {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
  color: rgba(var(--accent-color), 1);
  padding-top: 7px;
  font-weight: 500;
  border-top: 1px solid rgba(var(--border-color), 1);
}
.testimonial-sec .testimonial-wrapper {
  background-color: rgba(var(--title-color), 1);
  padding: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  border-radius: clamp(10px, calc(10px + (20 - 10) * (100vw - 320px) / (1920 - 320)), 20px);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}
.testimonial-sec .testimonial-wrapper label {
  font-variation-settings: "FILL" 1;
  color: #b7b7b7;
  opacity: 0.07;
  font-size: 200px;
  position: absolute;
  right: -5%;
  top: -21%;
}
.testimonial-sec .testimonial-wrapper h3 {
  color: rgba(var(--white), 0.7);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  font-weight: 500;
  margin-bottom: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
}
.testimonial-sec .testimonial-wrapper h4 {
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--accent-color), 1);
}
.testimonial-sec .testimonial-wrapper p {
  font-size: 18px;
  color: rgba(var(--white), 1);
}
@media (max-width: 1199px) {
  .testimonial-sec .testimonial-wrapper p {
    font-size: 15px;
  }
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 4.14 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 i {
  font-variation-settings: "FILL" 1;
  font-size: 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(--title-color), 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(--base-dark), 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-style1 .why-choose-listing li .icon-box i {
  font-size: 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 .title-style1 {
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.why-choose-style1 .title-style1 h2 {
  margin-bottom: clamp(6px, calc(6px + (15 - 6) * (100vw - 320px) / (1920 - 320)), 15px);
}
.why-choose-style1 .title-style1 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(--title-color), 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-color: rgba(var(--base-dark), 0.6);
}

.why-choose-style2 .banner1 {
  position: relative;
  padding: clamp(15px, calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)), 40px);
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  height: 100%;
  background-color: rgba(var(--main-color), 1);
  z-index: 1;
}
@media (max-width: 767px) {
  .why-choose-style2 .banner1 {
    border-radius: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  }
}
.why-choose-style2 .banner1 .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 576px) {
  .why-choose-style2 .banner1 .banner-img {
    opacity: 0.4;
  }
}
.why-choose-style2 .banner1 .banner-content {
  width: 48%;
}
@media (max-width: 1199px) {
  .why-choose-style2 .banner1 .banner-content {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .why-choose-style2 .banner1 .banner-content {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .why-choose-style2 .banner1 .banner-content {
    width: 74%;
  }
}
@media (max-width: 576px) {
  .why-choose-style2 .banner1 .banner-content {
    width: 84%;
  }
}
.why-choose-style2 .banner1 .banner-content h3 {
  font-size: clamp(20px, calc(20px + (32 - 20) * (100vw - 320px) / (1920 - 320)), 32px);
  color: rgba(var(--white), 1);
  font-weight: 500;
  margin-bottom: clamp(8px, calc(8px + (15 - 8) * (100vw - 320px) / (1920 - 320)), 15px);
}
.why-choose-style2 .banner1 .banner-content p {
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320)), 18px);
  color: rgba(var(--white), 1);
  margin-bottom: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320)), 40px);
}
.why-choose-style2 .banner1 .banner-content ul {
  padding-left: 18px;
}
.why-choose-style2 .banner1 .banner-content ul li {
  display: list-item;
  color: rgba(var(--white), 1);
  list-style: square;
}
.why-choose-style2 .banner1 .banner-content ul li + li {
  margin-top: 4px;
}
.why-choose-style2 .banner2 {
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 0 16px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(15px, calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)), 40px) clamp(15px, calc(15px + (50 - 15) * (100vw - 320px) / (1920 - 320)), 50px);
  position: relative;
}
@media (max-width: 767px) {
  .why-choose-style2 .banner2 {
    border-radius: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  }
}
.why-choose-style2 .banner2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 90px;
  left: -90px;
  top: 0;
  background: #f5f5f5;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .why-choose-style2 .banner2::after {
    display: none;
  }
}
.why-choose-style2 .banner2 img {
  height: clamp(80px, calc(80px + (100 - 80) * (100vw - 320px) / (1920 - 320)), 100px);
  margin: 0 auto clamp(20px, calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320)), 30px);
}
.why-choose-style2 .banner2 h3 {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  font-weight: 400;
  margin-bottom: clamp(10px, calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320)), 12px);
}
.why-choose-style2 .banner2 ul {
  padding-left: 18px;
}
.why-choose-style2 .banner2 ul li {
  display: list-item;
  list-style: square;
}
.why-choose-style2 .banner2 ul li + li {
  margin-top: 4px;
}
.why-choose-style2 .banner3 {
  padding: clamp(15px, calc(15px + (40 - 15) * (100vw - 320px) / (1920 - 320)), 40px);
  background-image: url(18a6aab77aabd52306ea.jpg);
  background-size: cover;
  border-radius: clamp(10px, calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320)), 16px);
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px);
  height: 100%;
}
.why-choose-style2 .banner3 .banner-content {
  width: calc(100% - clamp(48px, calc(48px + (58 - 48) * (100vw - 320px) / (1920 - 320)), 58px) - clamp(15px, calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320)), 25px));
}
.why-choose-style2 .banner3 .banner-content h3 {
  font-size: clamp(16px, calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320)), 22px);
  font-weight: 400;
  margin-bottom: clamp(10px, calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320)), 15px);
}
.why-choose-style2 .banner3 .banner-content ul {
  padding-left: 18px;
}
.why-choose-style2 .banner3 .banner-content ul li {
  display: list-item;
  list-style: square;
}
.why-choose-style2 .banner3 .banner-content ul li + li {
  margin-top: 4px;
}
.why-choose-style2 .banner3 .icon-box {
  border-radius: clamp(7px, calc(7px + (10 - 7) * (100vw - 320px) / (1920 - 320)), 10px);
  background-color: rgba(var(--white), 1);
  width: clamp(48px, calc(48px + (58 - 48) * (100vw - 320px) / (1920 - 320)), 58px);
  height: clamp(48px, calc(48px + (58 - 48) * (100vw - 320px) / (1920 - 320)), 58px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-style2 .banner3 .icon-box img {
  height: clamp(30px, calc(30px + (35 - 30) * (100vw - 320px) / (1920 - 320)), 35px);
}
.why-choose-style2 .banner3.banner4 {
  background-image: url(36ba144543014c7a7b33.jpg);
}

/* Pages */
/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.1 Account css start
==========================*/
.account-sidebar {
  background-color: rgba(var(--base-grey), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.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);
}
@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), 1);
  color: rgba(var(--white), 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;
  }
}

.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(--base-grey), 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 tr:nth-child(4n+2) .icon-box {
  background-color: rgba(var(--accent-color), 0.1);
}
.account-wrap table tr:nth-child(4n+2) .icon-box i {
  color: rgba(var(--accent-color), 1);
}
.account-wrap table tr:nth-child(4n+3) .icon-box {
  background-color: rgba(var(--secondary-color), 0.1);
}
.account-wrap table tr:nth-child(4n+3) .icon-box i {
  color: rgba(var(--secondary-color), 1);
}
.account-wrap table tr:nth-child(4n+4) .icon-box {
  background-color: rgba(var(--tertiary-color), 0.1);
}
.account-wrap table tr:nth-child(4n+4) .icon-box i {
  color: rgba(var(--tertiary-color), 1);
}
.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 .icon-box i {
  color: rgba(var(--main-color), 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(--title-color), 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 i {
  font-size: 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(--base-dark), 1);
  color: rgba(var(--content-color), 1);
  padding: 4px 12px;
  border-radius: 20px;
}
.profile-box .label-sec label i {
  font-size: 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;
}

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

.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;
}
.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(--base-grey), 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(--main-color), 0.2);
  background-color: rgba(var(--white), 1);
  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 i {
  font-size: 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 i {
  font-size: 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(--base-dark), 1);
  color: rgba(var(--title-color), 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;
    padding: 8px 8px;
  }
}

.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(--base-light), 1);
  border-radius: 10px;
  margin-top: 15px;
}
.records-wrapper .search-panel .form-group {
  width: 100%;
  position: relative;
}
.records-wrapper .search-panel .form-group i {
  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(--base-light), 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(--title-color), 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 i {
  font-size: 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 i {
  font-size: 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 i {
  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 i {
  color: rgba(var(--content-color), 1);
  font-size: 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);
  background-color: rgba(var(--base-light), 1);
}
.signout-text a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.signout-text a i {
  font-size: 20px;
}

/**=====================
  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(--base-grey), 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));
}
.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;
  background-color: rgba(var(--white), 1);
  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(--title-color), 1);
  padding: calc(10px + (13 - 10) * (100vw - 320px) / (1920 - 320)) calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
  background-color: rgba(var(--base-grey), 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: 18px;
  right: 18px;
  font-size: 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(--title-color), 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(--base-grey), 1);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
  color: rgba(var(--title-color), 1);
  border-radius: 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 i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-top-bar .search-bar input {
  padding: 10px 10px 10px 47px;
  border-radius: 30px;
  background-color: rgba(var(--base-grey), 1);
  border: 1px solid rgba(var(--border-color), 1);
}

.blog-page .blog-box .blog-content {
  background-color: rgba(var(--base-grey), 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 i {
  font-size: 16px;
  margin-right: 4px;
}
.blog-details-section .blog-title-sec .dr-box span:first-child {
  color: rgba(var(--title-color), 1);
  font-weight: 500;
}
.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 i {
  font-size: 16px;
}
.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: 500;
}
.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(--base-dark));
  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(--base-grey), 1);
  border: none;
  padding: 14px 20px;
  border-radius: 8px 8px 0 0;
  color: rgba(var(--title-color), 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(--base-grey), 1);
  display: flex;
  justify-content: flex-end;
  padding: 0 14px 14px 0;
  border-radius: 0 0 8px 8px;
}
.blog-comments .comment-write form a {
  border-radius: 20px;
  padding: 5px 12px;
}
.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 i {
  font-size: 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(--base-grey), 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(--white), 1);
  color: rgba(var(--title-color), 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);
  color: rgba(var(--title-color), 1);
  line-height: 1.4;
  font-weight: 500;
}
.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(--base-grey), 1);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
}
.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);
}
.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 i {
  font-size: 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 i {
  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;
}
.visit-type ul li:nth-child(2) .main-icon {
  color: rgba(var(--tertiary-color), 1);
}
.visit-type ul li:nth-child(3) .main-icon {
  color: rgba(var(--accent-color), 1);
}

.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 i {
  font-size: 40px;
  color: rgba(var(--main-color), 1);
}
.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: 100px;
  z-index: 1;
}

.summary-box {
  background-color: rgba(var(--base-grey), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.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);
}
.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 i {
  font-size: 18px;
  color: #facc15;
}
.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 i {
  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(--title-color), 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(--title-color), 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 i {
  font-size: 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 i {
  color: rgba(var(--main-color), 1);
}
.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 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;
  font-size: 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 i {
  font-size: 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(--title-color), 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(10px, calc(10px + (20 - 10) * (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 i {
  color: rgba(var(--title-color), 1);
  font-size: 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 i {
  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 i {
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)), 24px);
}
.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);
}

.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(--base-grey), 1);
  color: rgba(var(--title-color), 1);
  border-top-left-radius: 4px;
}
.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-bottom-right-radius: 4px;
}
.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(--base-grey), 1);
  border-radius: 20px;
  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);
}
.message-input .btn-main {
  position: absolute;
  right: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320)), 30px);
  padding: 8px;
}
.message-input .btn-main i {
  font-size: 20px;
}

.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 i {
  font-size: clamp(16px, calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)), 18px);
}
.call-footer ul li i.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.6 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(--base-grey), 1);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
  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);
}

.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 i {
  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(--main-color), 0.1);
  color: rgba(var(--main-color), 1);
}
.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;
}
.contact-details .contact-wrap:nth-child(2) i {
  background-color: rgba(var(--tertiary-color), 0.1);
  color: rgba(var(--tertiary-color), 1);
}
.contact-details .contact-wrap:nth-child(3) i {
  background-color: rgba(var(--secondary-color), 0.1);
  color: rgba(var(--secondary-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.7 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(-9px + (-25 - -9) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
}
.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.8 Faq css start
==========================*/
.faq-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  font-weight: 600;
  margin-bottom: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
}
.faq-title i {
  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.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--main-color), 1);
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}
.faq-title i.accent-color {
  background-color: rgba(var(--accent-color), 0.2);
  color: rgba(var(--accent-color), 1);
}
.faq-title i.tertiary-color {
  background-color: rgba(var(--tertiary-color), 0.2);
  color: rgba(var(--tertiary-color), 1);
}

.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.1);
  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);
}
.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%;
}

.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(--title-color), 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 i {
  font-size: 20px;
  color: rgba(var(--content-color), 1);
}
.topics-box .topics a:hover {
  color: rgba(var(--main-color), 1);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.9 Listing css start
==========================*/
.listing-section .listing-sidebar {
  background-color: rgba(var(--base-light), 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: 320px;
    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 i {
  font-size: 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(--base-light), 1);
  border-radius: clamp(8px, calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320)), 12px);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
  font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)), 16px);
}
.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%);
  font-size: 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 .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 i {
  font-size: 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(--base-light), 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: 18px;
  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: 16px;
  color: rgba(var(--main-color), 1);
}
@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 i {
  font-size: 16px;
}
.listing-section .doctor-box .doctor-top .dr-content label {
  position: absolute;
  background-color: #f9f5d4;
  padding: 4px 8px;
  border-radius: 8px;
  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 i {
  color: #eab308;
  font-size: 16px;
}
.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%;
  padding: 9px 12px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .listing-section .doctor-box .ctc-btn a {
    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 i {
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.10 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(--base-grey), 1);
  box-shadow: 0 1px 2px 0 rgba(var(--black), 0.05);
}
.dr-detail-box .box-title {
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320)), 24px);
  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);
}
.dr-detail-box .box-title i {
  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;
  box-shadow: 0 4px 6px -1px rgba(var(--black), 0.1), 0 2px 4px -2px rgba(var(--black), 0.1);
  border-radius: 12px;
  border: 4px solid rgba(var(--white), 1);
}
@media (max-width: 991px) {
  .dr-main-box .dr-img {
    width: 100px;
    height: 100px;
  }
}
.dr-main-box .dr-content h2 {
  font-size: 30px;
  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 i {
  color: rgba(var(--main-color), 1);
}
.dr-main-box .dr-content h3 {
  color: rgba(var(--main-color), 1);
  font-size: 18px;
  margin-top: clamp(6px, calc(6px + (10 - 6) * (100vw - 320px) / (1920 - 320)), 10px);
  line-height: 24px;
}
@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(--title-color), 1);
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
.dr-main-box .dr-content .exp-details p i {
  margin-left: 5px;
  font-size: 20px;
}
.dr-main-box .dr-content .exp-details p span {
  color: rgba(var(--title-color), 1);
}
.dr-main-box .dr-content .exp-details p .star {
  color: #eab308;
  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(12px, calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)), 14px);
  padding: clamp(3px, calc(3px + (4 - 3) * (100vw - 320px) / (1920 - 320)), 4px) 10px;
  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);
  font-weight: 500;
}
.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(--title-color), 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 i {
  font-size: 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: rgba(var(--base-light), 1);
  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 i {
  color: rgba(var(--main-color), 1);
  font-size: clamp(20px, calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320)), 24px);
}

.booking-box {
  background-color: rgba(var(--base-grey), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.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 i {
  font-size: 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), 1);
  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(--title-color), 1);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(var(--border-color), 1);
  padding: 8px;
  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), 1);
  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 i {
  color: rgba(var(--main-color), 1);
  font-size: 20px;
}
.location-box .location-content a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.location-box .location-content a i {
  font-size: 20px;
}

/**=====================
  2.1 Reset css start
==========================**/
/*=====================
 5.11 Service css start
==========================*/
.service-top-bar {
  position: relative;
  background: #dbdffa;
  background: linear-gradient(180deg, rgb(219, 223, 250) 0%, rgb(227, 228, 251) 15%, rgb(255, 255, 255) 115%);
  padding: clamp(40px, calc(40px + (50 - 40) * (100vw - 320px) / (1920 - 320)), 50px) 0;
}
.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;
}
.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(--title-color), 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 i {
  font-size: 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(--base-dark), 0.4);
  border: 1px solid rgba(var(--border-color), 0.5);
  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%;
}
@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 i {
  color: rgba(var(--main-color), 1);
  font-size: 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%;
  }
}
.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: 20px;
  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: #f59e0b;
}
.service-section li .book-content .time-box h3 i {
  font-size: 16px;
  line-height: 1;
}
.service-section li:nth-child(4n+2) .service-content .service-box {
  background-color: rgba(var(--secondary-color), 0.1);
}
.service-section li:nth-child(4n+2) .service-content .service-box i {
  color: rgba(var(--secondary-color), 1);
}
.service-section li:nth-child(4n+3) .service-content .service-box {
  background-color: rgba(var(--accent-color), 0.1);
}
.service-section li:nth-child(4n+3) .service-content .service-box i {
  color: rgba(var(--accent-color), 1);
}
.service-section li:nth-child(4n+4) .service-content .service-box {
  background-color: rgba(var(--tertiary-color), 0.1);
}
.service-section li:nth-child(4n+4) .service-content .service-box i {
  color: rgba(var(--tertiary-color), 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 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);
}
.service-details-section .condition-sec {
  margin-top: 25px;
}
.service-details-section .condition-sec .row > div:nth-child(4n+2) .condition-box .condition-icon {
  background-color: rgba(var(--secondary-color), 0.1);
}
.service-details-section .condition-sec .row > div:nth-child(4n+2) .condition-box .condition-icon i {
  color: rgba(var(--secondary-color), 1);
}
.service-details-section .condition-sec .row > div:nth-child(4n+3) .condition-box .condition-icon {
  background-color: rgba(var(--tertiary-color), 0.1);
}
.service-details-section .condition-sec .row > div:nth-child(4n+3) .condition-box .condition-icon i {
  color: rgba(var(--tertiary-color), 1);
}
.service-details-section .condition-sec .row > div:nth-child(4n+4) .condition-box .condition-icon {
  background-color: rgba(var(--accent-color), 0.1);
}
.service-details-section .condition-sec .row > div:nth-child(4n+4) .condition-box .condition-icon i {
  color: rgba(var(--accent-color), 1);
}
.service-details-section .condition-box {
  background-color: rgba(var(--base-light), 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 rgba(var(--border-color), 0.5);
  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 i {
  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;
}
@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 i {
  font-size: 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(--title-color), 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: rgba(var(--base-dark), 0.6);
  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 i {
  color: rgba(var(--main-color), 1);
}
.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 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(--base-light), 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 i {
  font-size: 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), 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 i {
  color: rgba(var(--white), 1);
  font-size: clamp(55px, calc(55px + (100 - 55) * (100vw - 320px) / (1920 - 320)), 100px);
}
.journey-section .journey-row .row:nth-child(2) .journey-content label {
  background-color: rgba(var(--accent-color), 0.1);
  color: rgba(var(--accent-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-content .care-box {
  border-color: rgba(var(--accent-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-content .care-box .head i {
  color: rgba(var(--accent-color), 1);
}
.journey-section .journey-row .row:nth-child(2) .journey-icon .icon-box {
  background-color: rgba(var(--accent-color), 1);
}
.journey-section .journey-row .row:nth-child(3) .journey-content label {
  background-color: rgba(var(--tertiary-color), 0.1);
  color: rgba(var(--tertiary-color), 1);
}
.journey-section .journey-row .row:nth-child(3) .journey-content .care-box {
  border-color: rgba(var(--tertiary-color), 1);
}
.journey-section .journey-row .row:nth-child(3) .journey-content .care-box .head i {
  color: rgba(var(--tertiary-color), 1);
}
.journey-section .journey-row .row:nth-child(3) .journey-icon .icon-box {
  background-color: rgba(var(--tertiary-color), 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 i {
  font-size: 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 i {
  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.12 Terms css start
==========================*/
.terms-section .list-group {
  background-color: rgba(var(--base-grey), 1);
  box-shadow: 0 20px 25px -5px rgba(var(--black), 0.1), 0 8px 10px -6px rgba(var(--black), 0.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: 100px;
  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);
}
.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;
}
