@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Exo", sans-serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 195;
  --base-s: 100%;
  --base-l: 44%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Base Two Color */
  --base-two-h: 230;
  --base-two-s: 100%;
  --base-two-l: 18%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-d-1000: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 1);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 51%;
  --body-color-tow: 0 0% 74%;
  --heading-color: 230 100% 18%;
  --black: 0 0% 0%;
  --dark: 0 0% 13%;
  --gray: 0 0% 51%;
  --paste: 169 100% 50%;
  --purple: 292 86% 51%;
  --border-color: 0 0% 95%;
  --border-color-two: 0 0% 95%;
  --border-color-three: 0 0% 91%;
  --border-color-four: 232 50% 15%;
  --section-bg: 230 100% 18%;
  --section-bg-two: 240 8% 95%;
  --body-background: 0 0% 97%;
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 0px 20px hsl(var(--black) / 0.07);
  --box-shadow-two: 0px 9px 31px 3px hsl(var(--body-color-tow) / 0.14);
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 238;
  --primary-s: 100%;
  --primary-l: 40%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  /* Success Color */
  --success-h: 145;
  --success-s: 63%;
  --success-l: 42%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 100%;
  --danger-l: 53%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  /* Warning Color */
  --warning-h: 45;
  --warning-s: 74%;
  --warning-l: 56%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.order-tracking-details__list-item,
.order-tracking-details__inner,
.contact-info-item,
.service-details__tab-list-wrapper,
.achivement-list,
.dashboard__inner,
.contact-item,
.form--radio,
.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.repair-form.two .repair-form__items,
.repair-form .input-group .country_switcher__caption,
.country_switcher__item,
.country_switcher__caption,
.testimonial__author,
.testimonial-slider .testimonial__author,
.service-item__bottom,
.sidebar-menu-list__link,
.breadcrumb__list,
.contact-list,
.top-contact,
.language_switcher__item,
.language_switcher__caption,
.header-access,
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center,
.book_meeting_calendar table caption .larr,
.book_meeting_calendar table caption .rarr,
.repair-form .input-group .country_switcher__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between,
.repair-form.three .repair-form__inner,
.repair-form,
.service-details__tab .list__item,
.blog-details__share-tags,
.dashboard-widget,
.service-sidebar .list-details__item,
.top-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.sidebar-submenu-list__link::before,
.custom--alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.sidebar-submenu-list__link::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13,
.sidebar-menu-list__item.has-dropdown > a::after {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15,
.sidebar-submenu-list__link .icon {
  font-size: 0.9375rem;
}

.footer-item.four .subscribe-form .form--control::-webkit-input-placeholder,
.form--control::-webkit-input-placeholder {
  font-size: 1rem;
}

.footer-item.four .subscribe-form .form--control::-moz-placeholder,
.form--control::-moz-placeholder {
  font-size: 1rem;
}

.footer-item.four .subscribe-form .form--control:-ms-input-placeholder,
.form--control:-ms-input-placeholder {
  font-size: 1rem;
}

.footer-item.four .subscribe-form .form--control::-ms-input-placeholder,
.form--control::-ms-input-placeholder {
  font-size: 1rem;
}

.fs-16,
.order-tracking-details__list-item,
.order-tracking-list__item,
.repair-form .make-meeting-content__duration,
.repair-form.two .form--check .form-check-label,
.repair-list__item,
.country_switcher__list .text,
.country_switcher__caption .text,
.service-details__tab .list__item .desc,
.about-content .list__item,
.service-sidebar .list-details__item,
.service-sidebar .style-category .text-list__item,
.text-list.style-category .text-list__item,
.footer-item.four .subscribe-form .form--control::placeholder,
.footer-item.four .subscribe-form .form--control,
.badge.two,
.table thead tr th,
.customer__name,
.form--control::placeholder,
.form--control,
.form--label,
p {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .footer-item.four .subscribe-form .form--control::-webkit-input-placeholder,
  .form--control::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }

  .footer-item.four .subscribe-form .form--control::-moz-placeholder,
  .form--control::-moz-placeholder {
    font-size: 0.9375rem;
  }

  .footer-item.four .subscribe-form .form--control:-ms-input-placeholder,
  .form--control:-ms-input-placeholder {
    font-size: 0.9375rem;
  }

  .footer-item.four .subscribe-form .form--control::-ms-input-placeholder,
  .form--control::-ms-input-placeholder {
    font-size: 0.9375rem;
  }

  .fs-16,
  .order-tracking-details__list-item,
  .order-tracking-list__item,
  .repair-form .make-meeting-content__duration,
  .repair-form.two .form--check .form-check-label,
  .repair-list__item,
  .country_switcher__list .text,
  .country_switcher__caption .text,
  .service-details__tab .list__item .desc,
  .about-content .list__item,
  .service-sidebar .list-details__item,
  .service-sidebar .style-category .text-list__item,
  .text-list.style-category .text-list__item,
  .footer-item.four .subscribe-form .form--control::placeholder,
  .footer-item.four .subscribe-form .form--control,
  .badge.two,
  .customer__name,
  .form--control::placeholder,
  .form--control,
  .form--label,
  p {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18,
.book_meeting_calendar table thead tr th,
.repair-form .make-meeting-content__desc,
.repair-form.two .form--check .form-check-label .icon,
.repair-list__item .number,
.account-form form .btn,
.service-details__price,
.blog-details__list-inner .item,
.blog-item__date,
.testimonial__desc,
.testimonial-slider .testimonial__desc,
.breadcrumb__item,
.contact-list__item,
.top-contact-whatsapp,
.header-access .account-link__icon,
.section-heading__desc {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18,
  .book_meeting_calendar table thead tr th,
  .repair-form .make-meeting-content__desc,
  .repair-form.two .form--check .form-check-label .icon,
  .repair-list__item .number,
  .account-form form .btn,
  .service-details__price,
  .blog-details__list-inner .item,
  .blog-item__date,
  .testimonial__desc,
  .testimonial-slider .testimonial__desc,
  .breadcrumb__item,
  .contact-list__item,
  .top-contact-whatsapp,
  .header-access .account-link__icon,
  .section-heading__desc {
    font-size: 1.0625rem;
  }
}

.contact-list__item {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .fs-18,
  .book_meeting_calendar table thead tr th,
  .repair-form .make-meeting-content__desc,
  .repair-form.two .form--check .form-check-label .icon,
  .repair-list__item .number,
  .account-form form .btn,
  .service-details__price,
  .blog-details__list-inner .item,
  .blog-item__date,
  .testimonial__desc,
  .testimonial-slider .testimonial__desc,
  .dashboard-widget__text,
  .breadcrumb__item,
  .contact-list__item,
  .top-contact-whatsapp,
  .header-access .account-link__icon,
  .section-heading__desc {
    font-size: 1rem;
  }
}

.blog-item__date {
  font-size: 1rem;
}

.fs-20,
.account-form form .btn,
.achivement-list__caption,
.achivement-content__more,
.achivement-content__desc,
.banner-content__desc,
.sidebar-menu-list__link {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20,
  .account-form form .btn,
  .achivement-list__caption,
  .achivement-content__more,
  .achivement-content__desc,
  .banner-content__desc,
  .sidebar-menu-list__link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .fs-20,
  .account-form form .btn,
  .achivement-list__caption,
  .achivement-content__more,
  .achivement-content__desc,
  .banner-content__desc,
  .sidebar-menu-list__link {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 575px) {
  .fs-20,
  .account-form form .btn,
  .achivement-list__caption,
  .achivement-content__more,
  .achivement-content__desc,
  .banner-content__desc,
  .sidebar-menu-list__link {
    font-size: 1rem;
  }
}

.banner-content__desc {
  font-size: 1.2rem;
}

.account-form form .btn {
  font-size: 1rem !important;
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-background));
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

p {
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 424px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 3rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 2rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1.0625rem;
  }
}

h6 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 575px) {
  h6 {
    font-size: 1rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a {
  display: inline-block;
  text-decoration: none;
  color: hsl(var(--base));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover {
  color: hsl(var(--base-d-200));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
  font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

.section-bg-two {
  background-color: hsl(var(--section-bg-two));
}

.text-muted {
  color: hsl(var(--white) / 0.6) !important;
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.gradient-text {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--base-d-200))),
    to(hsl(var(--base)))
  );
  background-image: linear-gradient(
    180deg,
    hsl(var(--base-d-200)) 0%,
    hsl(var(--base)) 100%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text::-moz-selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .section-heading {
    margin-bottom: 35px;
  }
}

.section-heading__subtitle {
  background: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 17px;
  border-radius: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .section-heading__subtitle {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading__subtitle {
    padding: 7px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .section-heading__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading__title {
    margin-bottom: 12px;
  }
}

.section-heading__desc {
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
  background: hsl(var(--body-color-two));
}

.section-heading__desc.two {
  color: #bdbdbd;
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__title::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-button {
  background-color: hsl(var(--white));
  border-radius: 5px;
  font-size: inherit;
  font-weight: inherit;
  color: initial;
  padding: 20px 20px;
  padding-right: 25px;
}

@media screen and (max-width: 1199px) {
  .custom--accordion .accordion-button {
    padding: 18px 15px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 15px 10px;
    padding-right: 20px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: hsl(var(--white));
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    font-size: 0.6875rem;
    right: 10px;
  }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  color: hsl(var(--body-color));
  transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    font-size: 0.6875rem;
  }
}

.custom--accordion .accordion-body {
  line-height: 1.7;
  background-color: transparent;
  padding: 20px 0;
}

.custom--accordion.two .accordion-button {
  background: transparent !important;
  border: 1px solid hsl(var(--black) / 0.2);
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 17px 29px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .btn {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 15px 22px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 20px;
  }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 20px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--md {
  padding: 12px 30px;
}

@media screen and (max-width: 991px) {
  .btn--md {
    padding: 10px 27px;
  }
}

@media screen and (max-width: 767px) {
  .btn--md {
    padding: 12px 25px;
  }
}

.btn--sm {
  padding: 10px 10px;
  font-weight: 600;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  padding: 0;
}

.btn-gradient--base {
  position: relative;
}

.btn-gradient--base::before,
.btn-gradient--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(var(--base-two))),
    to(hsl(var(--base)))
  );
  background: linear-gradient(
    90deg,
    hsl(var(--base-two)) 0%,
    hsl(var(--base)) 100%
  );
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-gradient--base::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(var(--base))),
    to(hsl(var(--base-two)))
  );
  background: linear-gradient(
    90deg,
    hsl(var(--base)) 0%,
    hsl(var(--base-two)) 100%
  );
  visibility: hidden;
  opacity: 0;
}

.btn-gradient--base:hover::after,
.btn-gradient--base:focus .btn-gradient--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.btn-outline-gradient--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-outline-gradient--base::before,
.btn-outline-gradient--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(var(--base-two))),
    to(hsl(var(--base)))
  );
  background: linear-gradient(
    90deg,
    hsl(var(--base-two)) 0%,
    hsl(var(--base)) 100%
  );
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.btn-outline-gradient--base:hover,
.btn-outline-gradient--base:focus .btn-outline-gradient--base:focus-visible {
  color: hsl(var(--white)) !important;
}

.btn-outline-gradient--base:hover::before,
.btn-outline-gradient--base:hover::after,
.btn-outline-gradient--base:focus
  .btn-outline-gradient--base:focus-visible::before,
.btn-outline-gradient--base:focus
  .btn-outline-gradient--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus,
.btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus,
.btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.btn--base-outline {
  background-color: hsl(var(--base-outline)) !important;
}

.btn--base-outline:hover,
.btn--base-outline:focus,
.btn--base-outline:focus-visible {
  background-color: hsl(var(--base-outline-d-200)) !important;
  border: 1px solid hsl(var(--base-outline-d-200)) !important;
}

.btn-outline--base-outline {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base-outline)) !important;
  color: hsl(var(--base-outline)) !important;
}

.btn-outline--base-outline:hover,
.btn-outline--base-outline:focus,
.btn-outline--base-outline:focus-visible {
  background-color: hsl(var(--base-outline)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus,
.btn--success:focus-visible {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}
.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus,
.btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus,
.btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus,
.btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus,
.btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus,
.btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus,
.btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus,
.btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus,
.btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus,
.btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--gray {
  background-color: hsl(var(--gray)) !important;
}

.btn--gray:hover,
.btn--gray:focus,
.btn--gray:focus-visible {
  background-color: hsl(var(--gray-d-200)) !important;
  border: 1px solid hsl(var(--gray-d-200)) !important;
}

.btn-outline--gray {
  background-color: transparent !important;
  border: 1px solid hsl(var(--gray)) !important;
  color: hsl(var(--gray)) !important;
}

.btn-outline--gray:hover,
.btn-outline--gray:focus,
.btn-outline--gray:focus-visible {
  background-color: hsl(var(--gray)) !important;
  color: hsl(var(--white)) !important;
}

.btn--dark {
  background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus,
.btn--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  border: 1px solid hsl(var(--dark)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark)) !important;
  color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus,
.btn-outline--dark:focus-visible {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

.btn--dark-outline {
  background-color: hsl(var(--dark-outline)) !important;
}

.btn--dark-outline:hover,
.btn--dark-outline:focus,
.btn--dark-outline:focus-visible {
  background-color: hsl(var(--dark-outline-d-200)) !important;
  border: 1px solid hsl(var(--dark-outline-d-200)) !important;
}

.btn-outline--dark-outline {
  background-color: transparent !important;
  border: 1px solid hsl(var(--dark-outline)) !important;
  color: hsl(var(--dark-outline)) !important;
}

.btn-outline--dark-outline:hover,
.btn-outline--dark-outline:focus,
.btn-outline--dark-outline:focus-visible {
  background-color: hsl(var(--dark-outline)) !important;
  color: hsl(var(--white)) !important;
}

.btn--gray {
  background-color: hsl(var(--gray)) !important;
}

.btn--gray:hover,
.btn--gray:focus,
.btn--gray:focus-visible {
  background-color: hsl(var(--gray-d-200)) !important;
  border: 1px solid hsl(var(--gray-d-200)) !important;
}

.btn-outline--gray {
  background-color: transparent !important;
  border: 1px solid hsl(var(--gray)) !important;
  color: hsl(var(--gray)) !important;
}

.btn-outline--gray:hover,
.btn-outline--gray:focus,
.btn-outline--gray:focus-visible {
  background-color: hsl(var(--gray)) !important;
  color: hsl(var(--white)) !important;
}

.btn--gray-outline {
  background-color: hsl(var(--gray-outline)) !important;
}

.btn--gray-outline:hover,
.btn--gray-outline:focus,
.btn--gray-outline:focus-visible {
  background-color: hsl(var(--gray-outline-d-200)) !important;
  border: 1px solid hsl(var(--gray-outline-d-200)) !important;
}

.btn-outline--gray-outline {
  background-color: transparent !important;
  border: 1px solid hsl(var(--gray-outline)) !important;
  color: hsl(var(--gray-outline)) !important;
}

.btn-outline--gray-outline:hover,
.btn-outline--gray-outline:focus,
.btn-outline--gray-outline:focus-visible {
  background-color: hsl(var(--gray-outline)) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
  /* overflow: hidden; */
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-header .title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 10px;
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  font-weight: 500;
  color: hsl(var(--body-color)) !important;
  margin-bottom: 6px;
}

.form-group {
  margin-bottom: 1rem;
}

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}

.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

.select option {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
  background-color: transparent;
  width: 100%;
  border: 1px solid hsl(var(--border-color-four) / 0.13);
  border-radius: 8px;
  padding: 15px 24px;
  font-weight: 400;
  /* line-height: 1; */
  color: hsl(var(--body-color));
  outline: none;
}

@media screen and (max-width: 991px) {
  .form--control {
    padding: 14px 18px;
  }
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color));
}

.form--control::-moz-placeholder {
  color: hsl(var(--body-color));
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.form--control::placeholder {
  color: hsl(var(--body-color));
}

.form--control:focus {
  border-color: hsl(var(--base));
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.04);
  opacity: 1;
  border: 0;
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  line-height: 50px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--white)) !important;
}

.form--control[type="file"]::-webkit-file-upload-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
  height: 130px;
  resize: none;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .form--check .form-check-label {
    padding-left: 8px;
  }
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 70px;
  height: 38px;
  cursor: pointer;
}

.form--switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 33px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
  border-radius: 5px;
  border: 1px solid hsl(var(--border-color));
}

.input--group .form--control {
  border-width: 0px !important;
  padding-right: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.input--group .input-group-text + .form--control {
  padding-right: 20px;
  padding-left: 10px;
}

.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
  border-width: 0px;
  height: calc(100% - 10px);
  margin: 5px;
  border-radius: 5px;
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}

.input--group-text {
  margin-left: 5px;
}

.input--group .form--control[readonly] {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 15px;
}

.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 1.5625rem;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-content {
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 15px;
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin-top: 20px; */
}

.custom-paginate p {
  color: hsl(var(--body-color)) !important;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 48px;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 32px;
  }
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
  .customer {
    display: block;
    text-align: left;
  }
}

.customer__thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  width: calc(100% - 30px);
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 424px) {
  .customer__content {
    padding-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .customer__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.customer__name {
  margin-bottom: 0;
  color: hsl(var(--heading-color));
  font-weight: 400;
}

@media screen and (max-width: 424px) {
  .customer__name {
    font-size: 0.875rem;
  }
}

.action-buttons {
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.action-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.edit-btn {
  color: hsl(var(--info));
  background-color: hsl(var(--info) / 0.08);
}

.delete-btn {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--base));
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-weight: 600;
  border: 0;
  border-bottom: 0;
  max-width: 170px;
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr:nth-child(even) td {
  background: hsl(var(--base) / 0.05);
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--body-color));
  max-width: 170px;
  font-size: 0.8rem !important;
}

@media screen and (max-width: 424px) {
  .table tbody tr td {
    font-size: 0.875rem;
  }
}

.table tbody tr td::before {
  content: attr(data-label);
  font-size: 0.9375rem;
  color: hsl(var(--heading-color));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  font-size: 0.875rem;
}

.table tbody tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.9375rem;
    color: hsl(var(--heading-color));
  }
}

@media screen and (max-width: 767px) and (max-width: 424px) {
  .table--responsive--md tbody tr td::before {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.9375rem;
    color: hsl(var(--heading-color));
  }
}

@media screen and (max-width: 991px) and (max-width: 424px) {
  .table--responsive--lg tbody tr td::before {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.9375rem;
    color: hsl(var(--heading-color));
  }
}

@media screen and (max-width: 1199px) and (max-width: 424px) {
  .table--responsive--xl tbody tr td::before {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.9375rem;
    color: hsl(var(--heading-color));
  }
}

@media screen and (max-width: 1399px) and (max-width: 424px) {
  .table--responsive--xxl tbody tr td::before {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .custom--tab {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab {
    margin-bottom: 20px;
  }
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

.custom--tab .nav-item .nav-link {
  background-color: hsl(var(--white) / 0.1) !important;
  border: 0 !important;
  border-radius: 0;
  font-weight: 600;
  padding: 11px 25px !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .custom--tab .nav-item .nav-link {
    font-size: 0.9375rem;
    padding: 10px 20px !important;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab .nav-item .nav-link {
    padding: 9px 18px !important;
  }
}

@media screen and (max-width: 424px) {
  .custom--tab .nav-item .nav-link {
    padding: 9px 10px !important;
  }
}

@media screen and (max-width: 424px) {
  .custom--tab .nav-item .nav-link {
    font-size: 0.875rem;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base)) !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

.custom--tab.two .nav-item .nav-link {
  background-color: hsl(var(--base-two) / 0.75) !important;
}

@media screen and (max-width: 767px) {
  .custom--tab.two .nav-item .nav-link {
    font-size: 0.9375rem;
    padding: 10px 20px !important;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab.two .nav-item .nav-link {
    padding: 9px 18px !important;
  }
}

@media screen and (max-width: 424px) {
  .custom--tab.two .nav-item .nav-link {
    padding: 9px 10px !important;
  }
}

@media screen and (max-width: 424px) {
  .custom--tab.two .nav-item .nav-link {
    font-size: 0.875rem;
  }
}

.custom--tab.two .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base)) !important;
}

.custom--tab.two .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab.two .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

.custom--tab.three {
  border-bottom: 1px solid #d9d9d9;
}

.custom--tab.three .nav-item {
  padding: 0;
  margin-right: 35px;
}

@media screen and (max-width: 575px) {
  .custom--tab.three .nav-item {
    margin-right: 15px;
  }
}

.custom--tab.three .nav-item .nav-link {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--body-color)) !important;
  background-color: transparent !important;
  padding: 0 0 10px !important;
}

.custom--tab.three .nav-item .nav-link::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
  .custom--tab.three .nav-item .nav-link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .custom--tab.three .nav-item .nav-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .custom--tab.three .nav-item .nav-link {
    font-size: 0.9375rem;
    padding-bottom: 7px !important;
  }
}

.custom--tab.three .nav-item .nav-link.active {
  color: hsl(var(--base)) !important;
}

.custom--tab.three .nav-item .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}

.custom--tab.three .nav-item .nav-link:hover {
  color: hsl(var(--base)) !important;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 12px;
  border-radius: 5px;
  padding: 6px 8px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

.badge--dark {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}

.badge.two {
  padding: 0 !important;
  background: transparent !important;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .badge.two {
    font-weight: 400;
  }
}

@media screen and (max-width: 424px) {
  .badge.two {
    font-size: 0.875rem;
  }
}

.badge.two--base {
  color: hsl(var(--base)) !important;
}

.badge.two--primary {
  color: hsl(var(--primary)) !important;
}

.badge.two--secondary {
  color: hsl(var(--secondary)) !important;
}

.badge.two--success {
  color: hsl(var(--success)) !important;
}

.badge.two--danger {
  color: hsl(var(--danger)) !important;
}

.badge.two--warning {
  color: hsl(var(--warning)) !important;
}

.badge.two--info {
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.custom--alert {
  margin-bottom: 0;
  background-color: hsl(var(--white)) !important;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .custom--alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .custom--alert {
    padding: 12px;
  }
}

.custom--alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.custom--alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .custom--alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .custom--alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.custom--alert__title {
  font-size: 1rem;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.custom--alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .custom--alert__desc {
    font-size: 0.8125rem;
  }
}

.custom--alert__link {
  position: relative;
}

.custom--alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.custom--alert__link::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.custom--alert--base {
  border-color: hsl(var(--base) / 0.6);
}

.custom--alert--base .alert__icon {
  color: hsl(var(--base));
}

.custom--alert--primary {
  border-color: hsl(var(--primary) / 0.6);
}

.custom--alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.custom--alert--success {
  border-color: hsl(var(--success) / 0.6);
}

.custom--alert--success .alert__icon {
  color: hsl(var(--success));
}

.custom--alert--info {
  border-color: hsl(var(--info) / 0.6);
}

.custom--alert--info .alert__icon {
  color: hsl(var(--info));
}

.custom--alert--danger {
  border-color: hsl(var(--danger) / 0.6);
}

.custom--alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.custom--alert--warning {
  border-color: hsl(var(--warning) / 0.6);
}

.custom--alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.custom--alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
}

.custom--alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo img {
  max-width: 200px;
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

.header {
  position: relative;
  z-index: 5;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .header {
    top: 0;
    background-color: hsl(var(--white));
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
    overflow-y: auto;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  position: sticky;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    margin-right: 25px;
  }

  .nav-menu .nav-item:last-child,
  .nav-menu .nav-item:nth-last-child(2) {
    margin-right: 0;
  }

  .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item.active .active {
    background-color: hsl(var(--base-l-300)) !important;
  }

  .nav-menu .nav-item.active .active::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base));
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .nav-menu .nav-item .nav-link {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--body-color));
    padding: 28px 0;
    cursor: pointer;
  }

  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
  }

  .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

  .dropdown-menu__list:last-child {
    border-bottom: 3px solid hsl(var(--base));
  }

  .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child > .nav-link {
    border-bottom: 0;
  }

  .nav-item .nav-link {
    font-weight: 500;
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--body-color) / 0.1);
    color: hsl(var(--body-color));
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--body-color));
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    margin-left: 20px;
  }

  .dropdown-menu li .dropdown-item:hover,
  .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--heading-color));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-access {
  margin-left: 38px;
}

@media screen and (max-width: 1399px) {
  .header-access {
    margin-left: 25px;
  }
}

@media screen and (max-width: 991px) {
  .header-access {
    margin-left: 0;
    padding-top: 10px;
  }
}

.header-access .account-link {
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .header-access .account-link {
    margin-top: 5px;
    width: 100%;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: 500;
  }

  .header-access .account-link:hover {
    background: hsl(var(--base-d-200));
  }
}

.header-access .account-link__icon {
  /* display: block; */
  color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
  .header-access .account-link__icon {
    display: inline-block;
    font-size: 0.9375rem;
  }
}

.header-access .account-link__text {
  color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
  .header-access .account-link__text {
    color: hsl(var(--white));
  }
}

.language_switcher {
  position: relative;
  padding-left: 12px;
  padding-right: 20px;
  z-index: 99;
}

@media (max-width: 991px) {
  .language_switcher {
    padding-left: 0;
  }
}

.language_switcher::after {
  font-family: "Line Awesome Free";
  content: "\f107";
  font-size: 14px;
  position: absolute;
  font-weight: 900;
  margin: 0;
  color: hsl(var(--black));
  top: 13px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
}

.language_switcher.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.language_switcher__caption {
  cursor: pointer;
  padding: 0;
  gap: 5px;
}

.language_switcher__caption .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

.language_switcher__caption .text {
  font-size: 0.875rem;
  line-height: 1;
  color: hsl(var(--black));
}

.language_switcher__list {
  min-width: max-content;
  width: 100%;
  border-radius: 4px;
  padding: 0;
  max-height: 105px;
  overflow-y: auto !important;
  background: hsl(var(--white));
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75),
    opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  top: calc(100% + 21px);
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.language_switcher__list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: hsl(var(--base) / 0.3);
}

.language_switcher__list::-webkit-scrollbar {
  width: 3px;
}

.language_switcher__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: hsl(var(--base) / 0.8);
}

@media screen and (max-width: 991px) {
  .language_switcher__list {
    top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .language_switcher__list {
    right: -3px;
  }
}

.language_switcher__list .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.language_switcher__list .text {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.language_switcher.open .language_switcher__list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.language_switcher__item {
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid hsl(var(--heading-color) / 0.2);
}

.language_switcher__item:last-of-type {
  border-bottom: 0;
}

.language_switcher__item.selected {
  background: rgba(36, 60, 187, 0.02);
  pointer-events: none;
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--base));
  padding: 12px 0px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .header-top {
    top: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
    overflow-y: auto;
  }
}

.header-top::after {
  position: absolute;
  content: "";
  background: hsl(var(--base-two));
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

@media screen and (max-width: 991px) {
  .header-top::after {
    width: 32%;
  }
}

.top-contact-whatsapp {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-weight: 500;
}

.top-contact-whatsapp__icon {
  color: hsl(var(--white));
  margin-right: 2px;
}

.top-contact-whatsapp__link {
  color: hsl(var(--white));
}

.top-contact-whatsapp__link:hover {
  color: hsl(var(--white));
  text-decoration: underline;
}

.top-contact {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-list {
  position: relative;
  z-index: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .contact-list {
    margin-right: 20px;
  }
}

.contact-list__item {
  position: relative;
  font-weight: 500;
  line-height: 1;
  margin-left: 25px;
}

@media screen and (max-width: 1199px) {
  .contact-list__item {
    margin-left: 20px;
  }
}

.contact-list__item:first-child {
  margin-left: 0;
}

.contact-list__item-icon {
  color: hsl(var(--white));
  margin-right: 3px;
}

.contact-list__link {
  color: hsl(var(--white));
}

.contact-list__link:hover {
  color: hsl(var(--white));
  text-decoration: underline;
}

/* ================ Top Header End Here ================ */
/* ============= Top Footer Start Here ======================= */
.top-footer {
  position: relative;
  background-color: #082435;
  padding: 40px 0;
}

@media screen and (max-width: 1199px) {
  .immediate-contact {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 499px) {
  .immediate-contact {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .immediate-contact {
    margin-bottom: 5px;
  }
}

.immediate-contact__tagline {
  color: hsl(var(--white));
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .immediate-contact__tagline {
    font-size: 0.875rem;
  }
}

.immediate-contact__number {
  color: hsl(var(--base));
  margin-bottom: 0;
}

.contact-item__icon {
  width: 60px;
  height: 60px;
  border: 1px solid hsl(var(--white) / 0.17);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--base));
  line-height: 1;
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .contact-item__icon {
    width: 46px;
    height: 46px;
    font-size: 1.125rem;
  }
}

.contact-item__content {
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .contact-item__content {
    width: calc(100% - 46px);
    padding-left: 10px;
  }
}

.contact-item__title {
  color: hsl(var(--white));
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .contact-item__title {
    margin-bottom: 5px;
  }
}

.contact-item__desc,
.contact-item__link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: hsl(var(--body-color-tow)) !important;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .contact-item__desc,
  .contact-item__link {
    font-size: 0.875rem;
  }
}

.contact-item__link {
  display: block;
}

.contact-item__link:hover {
  color: hsl(var(--base)) !important;
}

/* ============= Top Footer End Here ======================= */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin-top: auto;
}

.footer-inner {
  border-top: 1px solid hsl(var(--white) / 0.05);
}

.footer-inner.bg-img {
  background-size: cover;
  background-position: left top;
}

.footer-item {
  padding-right: 15px;
}

@media screen and (max-width: 1399px) {
  .footer-item {
    padding-right: 0;
  }
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer-item__desc {
  color: hsl(var(--body-color-tow));
  margin-bottom: 20px;
}

.footer-item__title {
  color: hsl(var(--white));
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .footer-item__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-item__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item__title {
    margin-bottom: 10px;
  }
}

.footer-item.two {
  padding-right: 0;
}

.footer-item.three {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 1199px) {
  .footer-item.three {
    padding-left: 0;
  }
}

.footer-item.four {
  padding-right: 0;
  padding-left: 55px;
}

@media screen and (max-width: 1399px) {
  .footer-item.four {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-item.four {
    padding-left: 0;
  }
}

.footer-item.four .subscribe-desc {
  color: hsl(var(--body-color-tow));
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-item.four .subscribe-form .form-group {
  position: relative;
}

.footer-item.four .subscribe-form .form--control {
  border-color: hsl(var(--white) / 0.1);
  border-radius: 10px;
  color: hsl(var(--body-color-tow));
  padding: 13px 55px 13px 20px;
}

@media screen and (max-width: 1199px) {
  .footer-item.four .subscribe-form .form--control {
    padding: 12px 55px 12px 10px;
  }
}

.footer-item.four .subscribe-form .form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color-tow));
}

.footer-item.four .subscribe-form .form--control::-moz-placeholder {
  color: hsl(var(--body-color-tow));
}

.footer-item.four .subscribe-form .form--control:-ms-input-placeholder {
  color: hsl(var(--body-color-tow));
}

.footer-item.four .subscribe-form .form--control::-ms-input-placeholder {
  color: hsl(var(--body-color-tow));
}

.footer-item.four .subscribe-form .form--control::placeholder {
  color: hsl(var(--body-color-tow));
}

.footer-item.four .subscribe-form .form--control:focus {
  border-color: hsl(var(--base));
}

.footer-item.four .subscribe-form .btn {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1199px) {
  .footer-item.four .subscribe-form .btn {
    width: 32px;
    height: 32px;
  }
}

.footer-item.four .subscribe-form .btn:hover {
  color: hsl(var(--base));
}

/* Footer List Item */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .footer-menu__item {
    margin-bottom: 12px;
  }
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: hsl(var(--body-color));
  color: hsl(var(--body-color-tow));
  position: relative;
  padding-left: 18px;
}

.footer-menu__link::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  padding-left: 22px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  background-color: #082435;
  border-top: 1px solid hsl(var(--white) / 0.05);
}

.bottom-footer-text {
  color: hsl(var(--body-color-tow));
  font-size: 0.9375rem;
}

@media screen and (max-width: 1199px) {
  .bottom-footer-text {
    font-size: 0.875rem;
  }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__item {
  margin-left: 8px;
}

.social-list__item:first-child {
  margin-left: 0;
}

.social-list__link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb__top {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb__top {
    padding: 110px 0 45px;
  }
}

.breadcrumb__top::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.71);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcrumb__bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}

.breadcrumb__item {
  font-weight: 500;
  line-height: 1;
  color: hsl(var(--heading-color));
  margin-right: 10px;
}

.breadcrumb__item:last-child {
  margin-right: 0;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  color: hsl(var(--heading-color));
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

.breadcrumb .icon {
  font-size: 0.875rem;
  color: hsl(var(--base));
}

.breadcrumb-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.breadcrumb-content__title {
  margin-bottom: 10px;
  color: hsl(var(--white));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-list__item {
  padding: 0 1px;
  color: hsl(var(--warning));
}

.rating-list__text {
  color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
/* ================================= Blog Sidebar Css Start ===========================  */
.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

.blog-sidebar {
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 25px 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.blog-sidebar:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 20px 10px;
  }
}

.blog-sidebar__title {
  position: relative;
}

.blog-sidebar.search-box {
  position: relative;
  padding: 0;
  width: 50%;
  margin-left: auto;
}

@media (max-width: 575px) {
  .blog-sidebar.search-box {
    width: 100%;
  }
}

.blog-sidebar.search-box form .form--control {
  padding: 12px 24px;
  background: hsl(var(--white));
  border-color: hsl(var(--border-color-three));
}

@media screen and (max-width: 1399px) {
  .blog-sidebar.search-box form .form--control {
    padding: 18px 22px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-sidebar.search-box form .form--control {
    padding: 16px 22px;
  }
}

.blog-sidebar.search-box form .form--control:focus {
  border-color: hsl(var(--base));
}

.blog-sidebar.search-box form button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--body-color));
}

.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__item {
  border-bottom: 1px solid hsl(var(--border-color-two));
}

.text-list.style-category .text-list__item:first-child .text-list__link {
  padding-top: 0;
}

.text-list.style-category .text-list__item:last-child {
  border-bottom: 0;
}

.text-list.style-category .text-list__item:last-child .text-list__link {
  padding-bottom: 0;
}

.text-list.style-category .text-list__link {
  color: hsl(var(--heading-color));
  padding: 10px 0;
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--border-color-two));
  padding: 7px 8px;
  border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ================================= Blog Sidebar Css End ===========================  */
/* ================================= Service Sidebar Css Start ===========================  */
.service-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

.service-sidebar {
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 25px 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  /* Category */
  /* List Details*/
}

.service-sidebar:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .service-sidebar {
    padding: 20px 10px;
  }
}

.service-sidebar__title {
  position: relative;
}

.service-sidebar.search-box {
  position: relative;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-sidebar.search-box form .form--control {
  padding: 20px 24px;
  background: hsl(var(--white));
  border-color: hsl(var(--border-color-three));
}

@media screen and (max-width: 1399px) {
  .service-sidebar.search-box form .form--control {
    padding: 18px 22px;
  }
}

@media screen and (max-width: 1199px) {
  .service-sidebar.search-box form .form--control {
    padding: 16px 22px;
  }
}

.service-sidebar.search-box form .form--control:focus {
  border-color: hsl(var(--base));
}

.service-sidebar.search-box form button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--body-color));
}

.service-sidebar .style-category .text-list__item {
  border-bottom: 1px solid hsl(var(--border-color-two));
}

.service-sidebar .style-category .text-list__item:last-child {
  border-bottom: 0;
}

.service-sidebar .style-category .text-list__link {
  color: hsl(var(--heading-color));
  padding: 7px 0;
}

.service-sidebar .style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.service-sidebar .list-details__item {
  margin-bottom: 20px;
}

.service-sidebar .list-details__item .title {
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.service-sidebar .list-details__item .title i {
  color: hsl(var(--base));
}

/* ================================= Service Sidebar Css End ===========================  */
/* ================================= Comment Css Start =========================== */
.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .comment-list__thumb {
    width: 50px;
    height: 50px;
  }
}

.comment-list__content {
  width: calc(100% - 60px);
  padding-left: 15px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 50px);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .comment-list__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comment-list__name {
  margin-bottom: 5px;
  color: hsl(var(--black));
}

.comment-list__time {
  margin-bottom: 15px;
}

.comment-list__time-icon {
  color: hsl(var(--base));
  font-size: 0.9375rem;
  margin-right: 5px;
}

@media screen and (max-width: 575px) {
  .comment-list__time {
    margin-bottom: 10px;
  }
}

.comment-list__reply {
  margin-top: 10px;
  display: inline-block;
}

.comment-list__reply-text {
  color: hsl(var(--black));
  font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: hsl(var(--base));
}

.comment-list__reply-icon {
  font-size: 0.875rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .comment-list__reply-icon {
    font-size: 0.75rem;
  }
}

.comment-list .comment-list {
  margin-left: 70px;
}

.comment-list
  .comment-list.style-right
  .comment-list__item:last-child
  .comment-list__content {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 575px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}

/* ================================= Comment Css End =========================== */
/* ================================= Dashboard Sidebar Css Start =========================== */
.sidebar_menu_btn {
  width: 35px;
  height: 30px;
  border-radius: 5px;
  background: hsl(var(--base));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
}

.sidebar-menu {
  position: relative;
  width: 320px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1399px) {
  .sidebar-menu {
    width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-menu {
    width: 250px;
  }
}

.sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base) / 0.15);
}

.sidebar-menu.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
  }
}

.sidebar-menu__close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: hsl(var(--white));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
  line-height: 1;
  background: hsl(var(--base));
  width: 20px;
  height: 20px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
}

.sidebar-menu__close:active {
  top: 14px;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}

.sidebar-menu .sidebar-logo {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .sidebar-menu .sidebar-logo {
    padding: 30px 0 20px;
  }
}

.sidebar-menu .sidebar-logo__link img {
  max-width: 140px;
  max-height: 40px;
}

.sidebar-menu-list__item.active > a {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

.sidebar-menu-list__item.active > a::before {
  visibility: visible;
  opacity: 1;
}

.sidebar-menu-list__item.has-dropdown > a:hover::after {
  color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active > a {
  color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
  -webkit-transform: rotate(90deg);
  transform: translateY(-50%) rotate(270deg);
  right: 18px;
  color: hsl(var(--white));
}

.sidebar-menu-list__item.has-dropdown > a::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  right: 16px;
  top: 50%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: hsl(var(--heading-color) / 0.6);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 1399px) {
  .sidebar-menu-list__item.has-dropdown > a::after {
    top: 20px;
  }
}

.sidebar-menu-list__link {
  position: relative;
  text-decoration: none;
  padding: 15px 10px 15px 20px;
  width: 100%;
  color: hsl(var(--heading-color));
  font-weight: 500;
  line-height: 1;
  gap: 10px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .sidebar-menu-list__link {
    font-size: 0.9375rem;
    padding: 15px;
  }
}

.sidebar-menu-list__link:hover {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.sidebar-menu-list__link .icon {
  font-size: 20px;
  line-height: 1;
}

.sidebar-submenu {
  display: none;
}

.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
  display: block !important;
  background-color: hsl(var(--base) / 0.15);
}

/* .sidebar-submenu.open-submenu {
    display: block;
} */

.sidebar-submenu-list {
  padding: 5px 0;
}

.sidebar-submenu-list__item {
  margin-bottom: 6px;
}

.sidebar-submenu-list__item.active > a {
  color: hsl(var(--base));
}

.sidebar-submenu-list__link {
  padding: 5px 10px;
  display: block;
  color: hsl(var(--heading-color));
  color: #6b717e;
  font-weight: 500;
  font-size: 1rem;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 20px;
}

.sidebar-submenu-list__link::before {
  left: 5px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid #6b717e;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.sidebar-submenu-list__link:hover {
  color: hsl(var(--base));
}

.sidebar-submenu-list__link:hover::before {
  border-color: hsl(var(--base));
}

.sidebar-submenu-list__item.active > .sidebar-submenu-list__link::before {
  border-color: hsl(var(--base));
}

.sidebar-submenu-list__link .icon {
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
}

/* ================================= Dashboard Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
@media screen and (max-width: 991px) {
  .dashboard-section {
    padding-top: 100px !important;
  }
}

.dashboard {
  position: relative;
}

.dashboard__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard__right {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1399px) {
  .dashboard__right {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 991px) {
  .dashboard__right {
    width: 100%;
  }
}

.dashboard-body {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .dashboard-body {
    padding-left: 0;
  }
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(1)
  .dashboard-widget__icon {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(2)
  .dashboard-widget__icon {
  background-color: hsl(var(--warning) / 0.1);
  color: hsl(var(--warning));
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(3)
  .dashboard-widget__icon {
  background-color: hsl(var(--success) / 0.1);
  color: hsl(var(--success));
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(4)
  .dashboard-widget__icon {
  background-color: rgba(230, 158, 14, 0.1);
  color: rgb(230, 158, 14);
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(5)
  .dashboard-widget__icon {
  background-color: rgba(14, 230, 183, 0.1);
  color: #0ee6b7;
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(6)
  .dashboard-widget__icon {
  background-color: hsl(var(--purple) / 0.1);
  color: hsl(var(--purple));
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(7)
  .dashboard-widget__icon {
  background-color: rgba(14, 190, 230, 0.1);
  color: #0ebee6;
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(8)
  .dashboard-widget__icon {
  background-color: rgba(14, 75, 230, 0.1);
  color: #0e4be6;
}

.dashboard-widget-wrapper
  div[class*="col"]:nth-child(9)
  .dashboard-widget__icon {
  background-color: rgba(230, 14, 14, 0.1);
  color: #e60e0e;
}

.dashboard-widget {
  position: relative;
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  padding: 18px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.dashboard-widget:hover {
  -webkit-transform: translateY(-2px) scale(1);
  transform: translateY(-2px) scale(1);
}

@media screen and (max-width: 1399px) {
  .dashboard-widget {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard-widget {
    padding: 15px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-widget {
    padding: 12px 10px;
  }
}

.dashboard-widget__icon {
  width: 64px;
  height: 64px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 5px;
  font-size: 2.375rem;
}

@media screen and (max-width: 1399px) {
  .dashboard-widget__icon {
    width: 55px;
    height: 55px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-widget__icon {
    width: 45px;
    height: 45px;
    font-size: 1.6875rem;
  }
}

.dashboard-widget__content {
  width: calc(100% - 64px);
  padding-right: 10px;
}

@media screen and (max-width: 1399px) {
  .dashboard-widget__content {
    width: calc(100% - 55px);
  }
}

.dashboard-widget__number {
  line-height: 1;
  margin-bottom: 2px;
}

.dashboard-widget__text {
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1199px) {
  .dashboard-widget__text {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-widget__text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .dashboard-widget__text {
    font-size: 0.875rem;
  }
}

/* ================================= Dashboard Css End =========================== */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--base)) !important;
  border: 2px solid hsl(var(--white)) !important;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide > div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base-two));
}

.slick-next {
  right: -20px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  left: -20px;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    left: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  top: -67px;
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: -69px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 50%;
  }
}

.slick-arrow:hover {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

.slick-next {
  right: 10px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  background: hsl(var(--base-two));
}

@media (max-width: 991px) {
  .banner-section {
    padding-top: 60px;
  }
}

.banner-section-shape {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  height: 72%;
  width: 32%;
}

@media (max-width: 1499px) {
  .banner-section-shape {
    display: none;
  }
}

.banner-section-shape::after {
  content: "";
  height: 700px;
  width: 700px;
  position: absolute;
  top: 72px;
  right: -55%;
  background-color: hsl(var(--base) / 0.05);
  border-radius: 50%;
}

.banner-section-shape-two {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 72%;
  width: 32%;
}

.banner-section-shape-two::after {
  content: "";
  height: 650px;
  width: 700px;
  position: absolute;
  bottom: 30%;
  right: -45%;
  background-color: hsl(var(--white) / 0.05);
  border-radius: 50%;
}

@media (max-width: 991px) {
  .banner-section-shape-two {
    display: none;
  }
}

.banner-section__inner {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

@media screen and (max-width: 575px) {
  .banner-section__inner {
    padding: 80px 0;
  }
}

.banner-content {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .banner-content {
    text-align: center;
  }

  .banner-btn {
    justify-content: center;
  }
}

.banner-content__title {
  color: hsl(var(--white));
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .banner-content__title {
    margin-bottom: 24px;
  }
}

.banner-content__desc {
  max-width: 545px;
  font-weight: 500;
  color: hsl(var(--white) / 0.8);
  margin-bottom: 45px;
}

@media screen and (max-width: 1399px) {
  .banner-content__desc {
    max-width: 475px;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__desc {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__desc {
    font-size: 1rem;
  }
}

.banner-btn {
  display: flex;
  align-items: center;
  gap: 24px;
}

.play-btn {
  height: 52px;
  width: 52px;
  display: grid !important;
  place-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
  font-size: 28px;
  animation: playBtn 2s linear infinite;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.2);
}

.play-btn:hover {
  color: hsl(var(--white));
}

@media (max-width: 575px) {
  .play-btn {
    height: 42px;
    width: 42px;
    font-size: 24px;
  }
}

@keyframes playBtn {
  0% {
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.3);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(0, 91, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 91, 234, 0);
  }
}

.banner-thumb {
  height: 650px;
  margin-bottom: -150px;
  border-radius: 16px 200px 16px 16px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .banner-thumb {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .banner-thumb {
    margin-left: 20px;
    height: 550px;
  }
}

/* =========================== Banner Section End Here ========================= */
/* =========================================== About Css Start =========================*/
.about-section {
  position: relative;
}

.about-content .section-heading__subtitle {
  background: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 17px;
  border-radius: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .about-content .section-heading__subtitle {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .about-content .section-heading__subtitle {
    padding: 7px 15px;
  }
}

.about-content__desc {
  color: #bdbdbd;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about-content__desc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .about-content__desc {
    margin-bottom: 25px;
  }
}

@media (max-width: 499px) {
  .about-content__desc {
    margin-bottom: 15px;
  }
}

@media (max-width: 499px) {
  .about-content .thumb {
    display: none;
  }
}

.about-content .list__item {
  color: hsl(var(--white));
  margin-bottom: 20px;
}

.about-content .list__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .about-content .list__item {
    margin-bottom: 15px;
  }
}

.about-content .list__item i {
  color: hsl(var(--base));
  margin-right: 5px;
}

.about-content.two .list__item {
  color: hsl(var(--body-color));
}

.about-content.two .about-content__desc {
  color: hsl(var(--body-color));
}

.about-thumb {
  position: relative;
  padding-left: 70px;
  padding-right: 20px;
}

@media screen and (max-width: 575px) {
  .about-thumb {
    padding-left: 30px;
    padding-right: 0;
  }
}

.about-thumb::before,
.about-thumb::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 10px;
  height: 105px;
  left: 10px;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .about-thumb::before,
  .about-thumb::after {
    width: 8px;
    height: 80px;
    left: 45px;
  }
}

@media screen and (max-width: 991px) {
  .about-thumb::before,
  .about-thumb::after {
    left: 0;
  }
}

.about-thumb::after {
  left: auto;
  bottom: auto;
  top: 0;
  right: 65px;
}

@media screen and (max-width: 767px) {
  .about-thumb::after {
    right: 0;
  }
}

/* =========================================== About Css End =========================*/
/* ===============================Brand Section Css Start ======================= */
.categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  overflow: hidden;
}

.categories-item {
  width: 16.666%;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  border: 0 !important;
  margin-top: -1px;
}

.categories-item__content {
  background-color: hsl(var(--white));
  margin-top: 1px;
  padding: 30px 15px;
  margin-left: -1px;
  border: 1px solid hsl(var(--border-color));
  height: 100%;
}

.categories-item:last-child .categories-item__content {
  border-right: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .categories-item {
    width: 20%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .categories-item {
    width: 25%;
  }
}

@media (min-width: 425px) and (max-width: 575px) {
  .categories-item {
    width: 33.33%;
  }
}

@media (max-width: 424px) {
  .categories-item {
    width: 50%;
  }
}

.categories-item:hover .categories-item__title {
  color: hsl(var(--base));
}

.categories-item__icon {
  color: hsl(var(--heading-color));
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .categories-item__icon {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .categories-item__icon {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 575px) {
  .categories-item__icon {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .categories-item__title {
    font-size: 0.875rem;
  }
}

/* ===============================  Section Css End ======================= */
/* ================================= Core Features Css Start Here ============================= */
.core-feature {
  position: relative;
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  text-align: center;
  padding: 40px 45px 45px;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .core-feature {
    padding: 35px 25px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .core-feature {
    padding: 35px 16px 40px;
  }
}

@media screen and (max-width: 767px) {
  .core-feature {
    padding: 25px 15px;
  }
}

.core-feature__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  background: hsl(var(--base));
  color: hsl(var(--white));
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  .core-feature__icon {
    width: 80px;
    height: 80px;
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .core-feature__icon {
    width: 75px;
    height: 75px;
    font-size: 2.125rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .core-feature__icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .core-feature__icon {
    width: 65px;
    height: 65px;
    font-size: 1.75rem;
  }
}

.core-feature__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .core-feature__title {
    margin-bottom: 10px;
  }
}

/* ================================= Core Features Css End Here ================================= */
/* ================================= Features Css Start Here ============================= */
.feature {
  position: relative;
  background: #f1f1f3;
  border: 1px solid hsl(var(--black) / 0.05);
  border-radius: 8px;
  text-align: center;
  padding: 35px 20px;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .feature {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    padding: 25px 15px;
  }
}

.feature__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  background: hsl(var(--base));
  color: hsl(var(--white));
  margin-bottom: 20px;
}

.feature__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .feature__title {
    margin-bottom: 10px;
  }
}

/* ================================= Features Css End Here ================================= */
/* ================================= Service Css Start Here ============================= */
.service-item {
  position: relative;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.service-item:hover .service-item__thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.service-item__thumb {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.service-item__thumb-link {
  display: block;
}

.service-item__thumb-link img {
  width: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.service-item__content {
  padding: 20px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service_item_btn {
  flex: 1;
  align-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service-item__content {
    padding: 20px 12px;
  }
}

.service-item__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: hsl(var(--black) / 0.8);
}

.service-item__desc {
  font-size: 14px;
  margin-bottom: 15px;
}

.service-item__bottom {
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .service-item__bottom {
    gap: 8px;
  }
}

/* .service-item .btn {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 7px;
  color: hsl(var(--body-color)) !important;
  border-color: #e0e0e0 !important;
}

.service-item .btn:hover {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
} */
/* 
@media screen and (max-width: 767px) {
  .service-item .btn {
    padding: 7px 6px;
  }
} */

/* .service-item .rate {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(var(--base));
} */

/* ================================= Service Css End Here ================================= */
/* ================================ Work Process Section Css Start ============================= */
.work-process-section {
  position: relative;
  overflow: hidden;
}

.work-process-section::after {
  position: absolute;
  content: "";
  background: hsl(var(--white) / 0.95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.work-process-item {
  position: relative;
  text-align: center;
  z-index: 3;
}

.work-process-item__icon {
  width: 80px;
  height: 80px;
  border: 4px solid hsl(var(--white));
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.1875rem;
  line-height: 1;
  background: hsl(var(--base));
  color: hsl(var(--white));
  margin-bottom: 45px;
}

@media screen and (max-width: 1399px) {
  .work-process-item__icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .work-process-item__icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}

.work-process-item__title {
  margin-bottom: 10px;
}

.work-process-item__desc {
  font-size: 0.9375rem;
}

@media (max-width: 499px) {
  .work-process-item__desc {
    max-width: 325px;
    margin: auto;
  }
}

@media screen and (max-width: 374px) {
  .work-process-item__desc {
    max-width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .work-process-item.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.work-process-item.two .work-process-item__icon {
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .work-process-item.two .work-process-item__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .work-process-item.two .work-process-item__icon {
    margin-bottom: 15px;
  }
}

.work-process-item.two .work-process-item__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.work-process-item.two .work-process-item__desc {
  margin-bottom: 45px;
}

@media screen and (max-width: 1399px) {
  .work-process-item.two .work-process-item__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
  }
}

.work-process-wrapper {
  position: relative;
}

.work-process-wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/work-process-shape.png) no-repeat;
  width: 100%;
  height: 188px;
  top: 20px;
  left: 113px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .work-process-wrapper::after {
    display: none;
  }
}

/* ================================ Work Process Section Css End ============================= */
/* =========================================== Pricing Css Start =========================*/
.pricing-item {
  position: relative;
  background: hsl(var(--white) / 0.08);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.pricing-item__heading {
  position: relative;
  z-index: 2;
  padding: 35px 0;
  min-height: 210px;
}

@media screen and (max-width: 767px) {
  .pricing-item__heading {
    padding: 20px 0;
    min-height: 175px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-item__heading {
    padding: 20px 0 0;
    min-height: 145px;
  }
}

.pricing-item__heading::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: calc(100% + 50px);
  height: 300px;
  border-radius: 50%;
  left: -25px;
  top: -95px;
}

@media screen and (max-width: 767px) {
  .pricing-item__heading::after {
    height: 275px;
  }
}

@media screen and (max-width: 575px) {
  .pricing-item__heading::after {
    height: 245px;
  }
}

.pricing-item__heading-inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .pricing-item__heading span {
    font-size: 0.9375rem;
  }
}

.pricing-item__category {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .pricing-item__category {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-item__category {
    margin-bottom: 5px;
  }
}

.pricing-item__price {
  margin: 5px 0 0;
}

.pricing-item__content {
  position: relative;
  z-index: 2;
  padding: 25px 40px 25px;
}

@media screen and (max-width: 1199px) {
  .pricing-item__content {
    padding: 25px 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .pricing-item__content {
    padding: 20px 15px;
  }
}

.pricing-item__desc {
  color: hsl(var(--body-color-tow));
  line-height: 1.7;
  margin-bottom: 25px;
}

.pricing-item .btn {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  color: hsl(var(--white) / 0.5) !important;
  border-color: hsl(var(--white) / 0.1) !important;
}

.pricing-item .btn:hover {
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .pricing-item .btn {
    padding: 15px 30px;
  }
}

/* =========================================== Pricing Css End =========================*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonial-slider .slick-center .testimonial {
  background: hsl(var(--base-two));
}

.testimonial-slider .slick-center .testimonial .icon {
  color: hsl(var(--white) / 0.11);
}

.testimonial-slider .slick-center .testimonial__author-name {
  color: hsl(var(--white));
}

.testimonial-slider .slick-center .testimonial__author-designation {
  color: hsl(var(--body-color-two));
}

.testimonial-slider .slick-center .testimonial__desc {
  color: hsl(var(--body-color-two));
}

.testimonial-slider .testimonial {
  position: relative;
  padding: 40px 35px 35px;
  border-radius: 8px;
  height: 100%;
  background: hsl(var(--white));
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1399px) {
  .testimonial-slider .testimonial {
    padding: 30px 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial {
    padding: 30px 15px 25px;
  }
}

.testimonial-slider .testimonial:hover {
  background: hsl(var(--base-two));
}

.testimonial-slider .testimonial:hover .icon {
  color: hsl(var(--white) / 0.11);
}

.testimonial-slider .testimonial:hover .testimonial__author-name {
  color: hsl(var(--white));
}

.testimonial-slider .testimonial:hover .testimonial__author-designation {
  color: hsl(var(--body-color-two));
}

.testimonial-slider .testimonial:hover .testimonial__desc {
  color: hsl(var(--body-color-two));
}

.testimonial-slider .testimonial__author {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__author {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.testimonial-slider .testimonial__author::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 45px;
  height: 1px;
  left: 0;
  bottom: 0;
}

.testimonial-slider .testimonial__author-thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__author-thumb {
    width: 35px;
    height: 35px;
  }
}

.testimonial-slider .testimonial__author-thumb img {
  width: 100%;
  height: 100%;
}

.testimonial-slider .testimonial__author-content {
  width: calc(100% - 45px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__author-content {
    width: calc(100% - 35px);
    padding-left: 15px;
  }
}

.testimonial-slider .testimonial__author-name {
  margin-bottom: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__author-name {
    margin-bottom: 0;
  }
}

.testimonial-slider .testimonial__author-designation {
  font-size: 0.9375rem;
  color: #545454;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__author-designation {
    font-size: 0.875rem;
  }
}

.testimonial-slider .testimonial__desc {
  position: relative;
  line-height: 1.6;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial__desc {
    font-size: 0.9375rem;
  }
}

.testimonial-slider .testimonial .icon {
  position: absolute;
  font-size: 10rem;
  color: rgba(19, 24, 57, 0.13);
  bottom: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 991px) {
  .testimonial-slider .testimonial .icon {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider .testimonial .icon {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .testimonial-slider .testimonial .icon {
    font-size: 3.75rem;
    bottom: 30px;
  }
}

.testimonial {
  position: relative;
  padding: 40px 35px 35px;
  border-radius: 8px;
  height: 100%;
  background: #f1f1f3;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1399px) {
  .testimonial {
    padding: 30px 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial {
    padding: 30px 15px 25px;
  }
}

.testimonial:hover {
  background: hsl(var(--base-two));
}

.testimonial:hover .icon {
  color: hsl(var(--white) / 0.11);
}

.testimonial:hover .testimonial__author-name {
  color: hsl(var(--white));
}

.testimonial:hover .testimonial__author-designation {
  color: hsl(var(--body-color-two));
}

.testimonial:hover .testimonial__desc {
  color: hsl(var(--body-color-two));
}

.testimonial__author {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial__author {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.testimonial__author::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 45px;
  height: 1px;
  left: 0;
  bottom: 0;
}

.testimonial__author-thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .testimonial__author-thumb {
    width: 35px;
    height: 35px;
  }
}

.testimonial__author-thumb img {
  width: 100%;
  height: 100%;
}

.testimonial__author-content {
  width: calc(100% - 45px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial__author-content {
    width: calc(100% - 35px);
    padding-left: 15px;
  }
}

.testimonial__author-name {
  margin-bottom: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial__author-name {
    margin-bottom: 0;
  }
}

.testimonial__author-designation {
  font-size: 0.9375rem;
  color: #545454;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial__author-designation {
    font-size: 0.875rem;
  }
}

.testimonial__desc {
  position: relative;
  line-height: 1.6;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial__desc {
    font-size: 0.9375rem;
  }
}

.testimonial .icon {
  position: absolute;
  font-size: 5rem;
  color: rgba(19, 24, 57, 0.13);
  bottom: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .testimonial .icon {
    font-size: 4.0625rem;
  }
}

@media (max-width: 539px) {
  .testimonial .icon {
    font-size: 3.4375rem;
    bottom: 30px;
  }
}

/* ================================ Testimonails Section Css End ============================= */
/* =========================================== Achivement Css Start =========================*/
.achivement-content .section-heading__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .achivement-content .section-heading__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-content .section-heading__title {
    margin-bottom: 15px;
  }
}

.achivement-content__desc {
  color: rgba(0, 40, 77, 0.7);
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .achivement-content__desc {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-content__desc {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .achivement-content__desc {
    margin-bottom: 15px;
  }
}

.achivement-content__more {
  position: relative;
  color: rgba(0, 40, 77, 0.6);
}

.achivement-content__more::after {
  position: absolute;
  content: "";
  background: #748baf;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 424px) {
  .achivement-content__more::after {
    display: none;
  }
}

.achivement-content__link {
  color: #00284d;
}

.achivement-list {
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .achivement-list {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 424px) {
  .achivement-list {
    gap: 14px;
  }
}

.achivement-list__item {
  width: calc(50% - 12px);
  background: hsl(var(--base));
  color: hsl(var(--white));
  text-align: center;
  border-radius: 125px 0 0 0;
  line-height: 1;
  padding: 50px 15px;
}

@media screen and (max-width: 1199px) {
  .achivement-list__item {
    width: calc(50% - 10px);
    border-radius: 110px 0 0 0;
    padding: 45px 10px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-list__item {
    border-radius: 100px 0 0 0;
    padding: 40px 10px;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list__item {
    border-radius: 65px 0 0 0;
  }
}

@media screen and (max-width: 424px) {
  .achivement-list__item {
    width: calc(50% - 7px);
    border-radius: 40px 0 0 0;
    padding: 30px 10px;
  }
}

@media screen and (max-width: 374px) {
  .achivement-list__item {
    border-radius: 30px 0 0 0;
    padding: 35px 5px;
  }
}

.achivement-list__item:nth-child(2),
.achivement-list__item:nth-child(3) {
  border-radius: 0;
  background: hsl(var(--base-two));
}

.achivement-list__item:nth-child(4) {
  border-radius: 0 0 125px 0;
}

@media screen and (max-width: 1199px) {
  .achivement-list__item:nth-child(4) {
    border-radius: 0 0 110px 0;
  }
}

@media screen and (max-width: 991px) {
  .achivement-list__item:nth-child(4) {
    border-radius: 0 0 100px 0;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list__item:nth-child(4) {
    border-radius: 0 0 65px 0;
  }
}

@media screen and (max-width: 424px) {
  .achivement-list__item:nth-child(4) {
    border-radius: 0 0 40px 0;
  }
}

.achivement-list__number {
  color: hsl(var(--white));
  font-size: 4.6875rem;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
  .achivement-list__number {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .achivement-list__number {
    font-size: 4.0625rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-list__number {
    font-size: 3.4375rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .achivement-list__number {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list__number {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list__number {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  .achivement-list__number {
    font-size: 2.1875rem;
  }
}

.achivement-list__number .odometer {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.achivement-list__caption {
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .achivement-list__caption {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 374px) {
  .achivement-list__caption {
    font-size: 0.875rem;
  }
}

.team-section {
  margin-bottom: 100px;
}

/* =========================================== Achivement Css End =========================*/
/* =============================== Team Section Css Start ======================= */
.team-item-wrapper {
  margin-bottom: -100px;
}

@media screen and (max-width: 1399px) {
  .team-item-wrapper {
    margin-bottom: -98px;
  }
}

@media screen and (max-width: 1399px) {
  .team-item-wrapper {
    margin-bottom: -91px;
  }
}

@media screen and (max-width: 767px) {
  .team-item-wrapper {
    margin-bottom: -89px;
  }
}

@media screen and (max-width: 575px) {
  .team-item-wrapper {
    margin-bottom: -79px;
  }
}

.team-item {
  height: 100%;
  background: hsl(var(--base-two));
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .team-item {
    -webkit-box-shadow: var(--box-shadow-two);
    box-shadow: var(--box-shadow-two);
  }
}

.team-item__thumb img {
  width: 100%;
}

.team-item__content {
  position: relative;
  padding: 25px 10px 20px 45px;
  flex: 1;
  /* align-content: flex-end; */
}

@media screen and (max-width: 1199px) {
  .team-item__content {
    padding: 20px 10px 20px 40px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 575px) {
  .team-item__content {
    padding: 15px 10px 15px 30px;
  }
}

.team-item__content::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 20px;
  height: 30px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .team-item__content::after {
    width: 15px;
    height: 20px;
  }
}

.team-item__content .name {
  color: hsl(var(--white));
  margin-bottom: 5px;
}

.team-item__content .designation {
  color: hsl(var(--white));
  font-weight: 600;
}

@media screen and (max-width: 424px) {
  .team-item__content .designation {
    font-size: 0.9375rem;
  }
}

/* =============================== Team Section Css End ======================= */
/* =============================== Clients Section Css Start ======================= */
.client-section.two {
  margin-top: 0;
}

.client-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-content: center;
}

.client-item {
  width: 16.666%;
  background-color: hsl(var(--white));
  border-right: 1px solid hsl(var(--border-color));
  text-align: center;
  padding: 20px 10px;
  /* cursor: pointer; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 130px;
}

@media screen and (max-width: 1199px) {
  .client-item {
    min-height: 115px;
  }
}

.client-item img {
  max-width: 142px;
  max-height: 87px;
}

@media screen and (max-width: 1199px) {
  .client-item img {
    max-width: 120px;
    max-height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .client-item img {
    max-width: 100px;
    max-height: 60px;
  }
}

@media (min-width: 992px) {
  .client-item:nth-child(-n + 6) {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(6),
  .client-item:nth-child(12) {
    border-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .client-item {
    width: 20%;
    padding: 20px 10px;
  }

  .client-item:nth-child(-n + 5) {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(n + 11) {
    border-top: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(5),
  .client-item:nth-child(10),
  .client-item:last-child {
    border-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .client-item {
    width: 25%;
    padding: 20px 10px;
  }

  .client-item:nth-child(-n + 4) {
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(n + 9) {
    border-top: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(4),
  .client-item:nth-child(8),
  .client-item:last-child {
    border-right: 0;
  }
}

@media (min-width: 425px) and (max-width: 575px) {
  .client-item {
    width: 33.33%;
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(n + 10) {
    border-bottom: 0;
  }

  .client-item:nth-child(3),
  .client-item:nth-child(6),
  .client-item:nth-child(9),
  .client-item:last-child {
    border-right: 0;
  }
}

@media (max-width: 424px) {
  .client-item {
    width: 50%;
    border-bottom: 1px solid hsl(var(--border-color));
  }

  .client-item:nth-child(n + 11) {
    border-bottom: 0;
  }

  .client-item:nth-child(2),
  .client-item:nth-child(4),
  .client-item:nth-child(6),
  .client-item:nth-child(8),
  .client-item:nth-child(10),
  .client-item:nth-child(12),
  .client-item:last-child {
    border-right: 0;
  }
}

/* =============================== Clients Section Css End ======================= */
/* =========================================== FAQ Css Start =========================*/
.faq-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .faq-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1400px) {
  .faq-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.faq-section .faq-thumb.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1399px) {
  .faq-section .faq-thumb.bg-img {
    width: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .faq-section .faq-thumb.bg-img {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .faq-section .faq-thumb.bg-img {
    display: none;
  }
}

.faq-thumb img {
  margin: 30px auto 0;
}

/* =========================================== FAQ Css End =========================*/
/* =========================================== Statistics Css Start =========================*/
.statistics-section {
  padding: 70px 0;
}

@media screen and (max-width: 991px) {
  .statistics-section {
    padding: 50px 0;
  }
}

.statistics-item {
  position: relative;
  text-align: center;
}

.statistics-section div[class*="col"]:not(:last-child) .statistics-item::after {
  position: absolute;
  content: "";
  background: hsl(var(--white) / 0.5);
  width: 1px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

@media (max-width: 991px) {
  .statistics-section
    div[class*="col"]:not(:last-child)
    .statistics-item::after {
    height: 24px;
  }
}

@media (max-width: 767px) {
  .statistics-section div[class*="col"]:nth-child(2) .statistics-item::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .statistics-item {
    display: block;
    text-align: center;
  }
}

.statistics-item__number {
  position: relative;
  color: hsl(var(--base));
  margin-bottom: 10px;
}

.statistics-item__number .odometer {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.statistics-item__desc {
  color: hsl(var(--white) / 0.8);
  text-transform: capitalize;
  font-size: 1.25rem;
  font-family: var(--heading-font);
}

@media (max-width: 1199px) {
  .statistics-item__desc {
    font-size: 1.15rem;
  }
}

@media (max-width: 991px) {
  .statistics-item__desc {
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .statistics-item__desc {
    font-size: 0.75rem;
  }
}

/* =========================================== Statistics Css End =========================*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-item__thumb {
  /* border-radius: 8px; */
  overflow: hidden;
}

.blog-item__thumb-link {
  display: block;
}

.blog-item__thumb-link img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__content {
  background-color: hsl(var(--white));
  height: 100%;
  padding: 35px 15px 25px 30px;
}

@media screen and (max-width: 1199px) {
  .blog-item__content {
    padding: 25px 15px 20px 20px;
  }
}

@media screen and (max-width: 424px) {
  .blog-item__content {
    padding: 20px 15px;
  }
}

.blog-item__date {
  margin-bottom: 13px;
}

@media screen and (max-width: 1199px) {
  .blog-item__date {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog-item__date {
    font-size: 0.9375rem;
    margin-bottom: 7px;
  }
}

.blog-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .blog-item__title {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blog-item__title {
    margin-bottom: 10px;
  }
}

.blog-item__title-link {
  color: hsl(var(--heading-color));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
  color: hsl(var(--base));
}

.blog-item__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .blog-item__desc {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blog-item__desc {
    margin-bottom: 10px;
  }
}

.blog-item__btn {
  font-family: var(--heading-font);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: hsl(var(--heading-color));
  text-transform: uppercase;
  position: relative;
}

.blog-item__btn::after {
  position: absolute;
  content: "";
  background: hsl(var(--black));
  width: 15px;
  height: 1px;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__btn:hover {
  color: hsl(var(--black));
}

.blog-item__btn:hover::after {
  right: -27px;
}

@media screen and (max-width: 1199px) {
  .blog-item__btn {
    font-size: 0.875rem;
  }
}

/* ================================= Blog Section Css End Here ================================= */
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.blog-details__thumb img {
  width: 100%;
}

.blog-details__content {
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  /* border-radius: 8px; */
  overflow: hidden;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .blog-details__content {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__content {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}

.blog-details__date {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .blog-details__date {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__date {
    margin-bottom: 8px;
  }
}

.blog-details__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blog-details__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__title {
    margin-bottom: 10px;
  }
}

.blog-details__share-tags {
  gap: 12px;
}

.blog-details__share-tags .social-list .title,
.blog-details__share-tags .tags .title {
  font-size: 1.125rem;
  color: hsl(var(--heading-color));
  font-weight: 500;
  margin-right: 3px;
}

@media screen and (max-width: 991px) {
  .blog-details__share-tags .social-list .title,
  .blog-details__share-tags .tags .title {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__share-tags .social-list .title,
  .blog-details__share-tags .tags .title {
    font-size: 1rem;
  }
}

.blog-details .social-list__link {
  border: 1px solid hsl(var(--body-color) / 0.6);
  color: hsl(var(--body-color) / 0.6);
}

.blog-details .social-list__link:hover {
  border-color: hsl(var(--base) / 0.1);
  background: hsl(var(--base) / 0.1) !important;
  color: hsl(var(--base)) !important;
}

.blog-details__desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .blog-details__desc {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__desc {
    margin-bottom: 10px;
  }
}

.blog-details__desc-sm {
  line-height: 1.7;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .blog-details__desc-sm {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .blog-details__desc-sm {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__desc-sm {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__desc-sm {
    margin-bottom: 10px;
  }
}

.blog-details__list-inner .item {
  font-weight: 500;
  color: hsl(var(--heading-color));
  margin-bottom: 8px;
}

.blog-details__list-inner .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .blog-details__list-inner .item {
    font-size: 0.9375rem;
  }
}

.blog-details__comment {
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  overflow: hidden;
  padding: 35px 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .blog-details__comment {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__comment {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
}

.blog-details__comment .comment-list__item:last-child .comment-list__content {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-details__contact-form {
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  overflow: hidden;
  padding: 35px 30px;
}

@media screen and (max-width: 1199px) {
  .blog-details__contact-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__contact-form {
    padding: 20px 15px;
  }
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Service Details Css Start ==============================*/
.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.tag-list__link {
  border: 1px solid hsl(var(--border-color));
  padding: 5px 12px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1;
  color: hsl(var(--body-color));
  font-weight: 500;
  transition: 0.2s linear;
}

.tag-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.service-details {
  height: 100%;
  background: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.service-details .social-list__link {
  border: 1px solid hsl(var(--body-color) / 0.6);
  color: hsl(var(--body-color) / 0.6);
}

/* .service-details {
    overflow: hidden;
    height: 100%;
} */

.service-details__thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-details__thumb img {
  width: 100%;
}

.service-details__content {
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .service-details__content {
    margin-bottom: 20px;
  }
}

.service-details__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-details__title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .service-details__title {
    margin-bottom: 10px;
  }
}

.service-details__price {
  background: hsl(var(--base));
  border-radius: 10px;
  color: hsl(var(--white));
  font-weight: 500;
  padding: 10px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  .service-details__price {
    font-size: 1rem;
    padding: 8px 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .service-details__price {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .service-details__price {
    margin-bottom: 15px;
  }
}

.service-details__desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-details__desc {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .service-details__desc {
    margin-bottom: 10px;
  }
}

.service-details__desc:last-child {
  margin-bottom: 0;
}

.service-details__tab-title {
  position: relative;
  display: inline-block;
}

.service-details__tab-title::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  height: 2px;
  width: 40px;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.service-details__tab-desc {
  margin-bottom: 30px;
}

.service-details__tab-desc:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service-details__tab-desc {
    margin-bottom: 20px;
  }
}

.service-details__tab-list-wrapper {
  gap: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .service-details__tab-list-wrapper {
    gap: 45px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .service-details__tab-list-wrapper {
    display: block;
  }
}

.service-details__tab-list-wrapper.two {
  gap: 50px;
}

@media screen and (max-width: 1199px) {
  .service-details__tab-list-wrapper.two {
    row-gap: 20px;
  }
}

.service-details__tab-list-wrapper.two .list__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.service-details__tab-list-wrapper.two .list__item i {
  color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .service-details__tab .list {
    width: 60%;
  }
}

@media screen and (max-width: 575px) and (max-width: 424px) {
  .service-details__tab .list {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .service-details__tab .list:last-child .list__item:last-child {
    margin-bottom: 0;
  }
}

.service-details__tab .list__item {
  gap: 20px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .service-details__tab .list__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-details__tab .list__item {
    font-size: 0.9375rem;
    gap: 15px;
  }
}

.service-details__tab .list__item .title {
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.service-details__tab .list__item .title i {
  color: hsl(var(--base));
}

/* ========================================== Service Details Css End ======================================*/
/* =========================================== Contact Css Start =========================*/
.contact-info__title {
  padding-right: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1399px) {
  .contact-info__title {
    padding-right: 90px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info__title {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info__title {
    margin-bottom: 25px;
  }
}

.contact-info-item {
  position: relative;
  background: hsl(var(--white));
  border-radius: 5px;
  padding: 25px 20px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .contact-info-item {
    padding: 15px 20px;
  }
}

.contact-info-item__icon {
  width: 60px;
  height: 60px;
  background: hsl(var(--base) / 0.05);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .contact-info-item__icon {
    width: 55px;
    height: 55px;
  }
}

.contact-info-item__icon img {
  max-width: 30px;
  max-height: 30px;
}

@media screen and (max-width: 1199px) {
  .contact-info-item__icon img {
    max-width: 27px;
    max-height: 27px;
  }
}

.contact-info-item__content {
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  .contact-info-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info-item__content {
    width: calc(100% - 55px);
    padding-left: 15px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 499px) {
  .contact-info-item__content {
    width: calc(100% - 55px);
    padding-left: 15px;
    margin-top: 0;
  }
}

.contact-info-item__title {
  margin-bottom: 8px;
}

.contact-info-item__desc {
  margin-bottom: 5px;
  color: hsl(var(--body-color));
}

.contact-info-thumb {
  position: relative;
  padding-left: 80px;
  text-align: right;
}

@media screen and (max-width: 1399px) {
  .contact-info-thumb {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info-thumb {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .contact-info-thumb {
    display: none;
  }
}

.contact-info-thumb::before,
.contact-info-thumb::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 8px;
  height: 75px;
  left: 30px;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .contact-info-thumb::before,
  .contact-info-thumb::after {
    width: 7px;
    height: 65px;
    left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info-thumb::before,
  .contact-info-thumb::after {
    left: 0;
  }
}

.contact-info-thumb::after {
  left: auto;
  bottom: auto;
  top: 0;
  right: 65px;
}

@media screen and (max-width: 1399px) {
  .contact-info-thumb::after {
    right: 50px;
  }
}

.contact-section {
  position: relative;
}

.contact-section::after {
  position: absolute;
  content: "";
  background: hsl(var(--heading-color) / 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.contact-map {
  position: relative;
  z-index: 2;
  min-height: 555px;
  height: 100%;
}

.contact-map:focus {
  outline: 0;
}

@media screen and (max-width: 991px) {
  .contact-map {
    height: 510px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map {
    height: 485px;
  }
}

@media screen and (max-width: 424px) {
  .contact-map {
    height: 445px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contact-map iframe {
    height: 510px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map iframe {
    height: 485px;
  }
}

@media screen and (max-width: 424px) {
  .contact-map iframe {
    height: 445px;
  }
}

.contact-form {
  position: relative;
  z-index: 2;
  background: hsl(var(--white));
  padding: 75px 35px 60px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .contact-form {
    padding: 65px 25px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form {
    padding: 50px 20px;
  }
}

.contact-form__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-form__title {
    font-size: 1.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .contact-form__title {
    font-size: 1.5625rem;
  }
}

/* ============================================ Contact Css End ====================================*/
/* =========================================== Account Css Start =========================*/
.account-inner {
  position: relative;
}

.account-thumb {
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.account-thumb__link {
  max-width: 417px;
  max-height: 94px;
}

@media screen and (max-width: 1399px) {
  .account-thumb__link {
    max-width: 310px;
    max-height: 70px;
  }
}

.account-thumb__link img {
  width: 100%;
}

.account-form {
  position: relative;
  background-color: hsl(var(--white));
  height: 100%;
  -webkit-box-shadow: 0 6px 20px hsl(var(--black) / 0.07);
  box-shadow: 0 6px 20px hsl(var(--black) / 0.07);
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .account-form {
    padding: 50px 35px;
  }
}

@media screen and (max-width: 1199px) {
  .account-form {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 991px) {
  .account-form {
    padding: 40px 35px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .account-form {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 575px) {
  .account-form {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 424px) {
  .account-form {
    padding: 25px 15px;
  }
}

.account-form form .form--label {
  margin-bottom: 8px;
}

.account-form form .form--control {
  /* background: #ededed; */
  /* border-color: transparent; */
  padding: 15px 20px;
}

@media screen and (max-width: 991px) {
  .account-form form .form--control {
    padding: 13px 18px;
  }
}

.account-form form .form--control:focus {
  border-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .account-form form .form--control[type="number"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.account-form form .input-group-text {
  background: hsl(var(--base));
  border: 0;
  color: hsl(var(--white));
}

.account-form form .btn {
  font-weight: 700;
}

/* .account-form form .have-account__link {
  font-weight: 600;
} */

.account-form form .other-option {
  position: relative;
  text-align: center;
}

.account-form form .other-option::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #c2c2c2;
  z-index: 1;
}

.account-form form .other-option__text {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  background-color: hsl(var(--white));
  color: #c2c2c2;
  z-index: 2;
}

.account-form form .btn {
  font-weight: 400;
}

@media screen and (max-width: 424px) {
  .account-form form .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.account-form form .btn .icon {
  width: 16px;
  height: 16px;
}

.account-form form .btn .icon img {
  width: 100%;
  height: 100%;
}

.country_switcher {
  position: relative;
  background: #ededed;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  font-weight: 400;
  line-height: 1;
  color: hsl(var(--body-color));
  outline: none;
}

.country_switcher.open .country_switcher__caption .icon:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.country_switcher__caption {
  cursor: pointer;
  padding: 0;
}

.country_switcher__caption .icon {
  position: relative;
}

.country_switcher__caption .icon img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.country_switcher__caption .icon::after {
  font-family: "service-center-icons";
  content: "\e906";
  font-size: 0.4375rem;
  position: absolute;
  margin: 0;
  color: hsl(var(--body-color));
  top: 13px;
  right: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
}

.country_switcher__caption .text {
  line-height: 1;
  color: hsl(var(--black));
  padding-left: 28px;
}

.country_switcher__list {
  width: 100%;
  border-radius: 8px;
  padding: 0;
  max-height: 105px;
  overflow-y: auto !important;
  background: #ededed;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75),
    opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.country_switcher__list::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: hsl(var(--base) / 0.3);
}

.country_switcher__list::-webkit-scrollbar {
  width: 3px;
}

.country_switcher__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: hsl(var(--base) / 0.8);
}

@media screen and (max-width: 991px) {
  .country_switcher__list {
    top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .country_switcher__list {
    right: -3px;
  }
}

.country_switcher__list .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.country_switcher__list .text {
  font-weight: 500;
}

.country_switcher.open .country_switcher__list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 3;
  visibility: visible;
}

.country_switcher__item {
  gap: 5px;
  cursor: pointer;
  padding: 8px 10px;
  border-bottom: 1px solid hsl(var(--heading-color) / 0.2);
  color: hsl(var(--body-color));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.country_switcher__item:last-of-type {
  border-bottom: 0;
}

.country_switcher__item:hover {
  color: hsl(var(--base));
}

.country_switcher__item.selected {
  background: hsl(var(--base));
  pointer-events: none;
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ============================================ Account Css End ====================================*/
/* =========================================== Repair Css Start =========================*/
.repair-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

.repair-list::after {
  position: absolute;
  content: "";
  background: #e0e0e0;
  width: calc(100% - 140px);
  height: 1px;
  right: 0;
  top: 12px;
  margin: 0 auto;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .repair-list::after {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 575px) {
  .repair-list::after {
    width: calc(100% - 90px);
  }
}

.repair-list__item {
  position: relative;
  color: hsl(var(--body-color));
  padding: 0;
  text-align: center;
  width: 33.33%;
}

@media screen and (max-width: 575px) {
  .repair-list__item {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .repair-list__item {
    font-size: 0.8125rem;
  }
}

.repair-list__item .number {
  width: 26px;
  height: 26px;
  font-weight: 500;
  background: #e0e0e0;
  border-radius: 50%;
  margin-bottom: 12px;
}

@media screen and (max-width: 575px) {
  .repair-list__item .number {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
  }
}

.repair-list__item .text {
  display: block;
}

.repair-list__item.active {
  color: hsl(var(--base));
}

.repair-list__item.active .number {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.repair-list.order-tracking {
  padding: 0 10px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1399px) {
  .repair-list.order-tracking {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.repair-list.order-tracking::after {
  width: calc(100% - 175px);
  height: 2px;
  top: 27px;
}

@media screen and (max-width: 991px) {
  .repair-list.order-tracking::after {
    width: calc(100% - 145px);
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking::after {
    width: 1px;
    height: calc(100% - 50px);
    left: 16px;
    right: auto;
    margin: 0;
  }
}

.repair-list.order-tracking .repair-list__item {
  width: 16.67%;
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking .repair-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking .repair-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking .repair-list__item:last-child {
    margin-bottom: 0;
  }
}

.repair-list.order-tracking .repair-list__item .icon {
  width: 55px;
  height: 55px;
  font-size: 1.75rem;
  line-height: 1;
  background: #e0e0e0;
  border-radius: 50%;
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .repair-list.order-tracking .repair-list__item .icon {
    width: 45px;
    height: 45px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking .repair-list__item .icon {
    width: 33px;
    height: 33px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.repair-list.order-tracking .repair-list__item .text {
  padding: 0 16px;
}

@media screen and (max-width: 1399px) {
  .repair-list.order-tracking .repair-list__item .text {
    padding: 0 22px;
  }
}

@media screen and (max-width: 1199px) {
  .repair-list.order-tracking .repair-list__item .text {
    padding: 0 12px;
  }
}

@media screen and (max-width: 991px) {
  .repair-list.order-tracking .repair-list__item .text {
    padding: 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .repair-list.order-tracking .repair-list__item .text {
    display: inline-block;
  }
}

.repair-list.order-tracking .repair-list__item.active .icon {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.repair-form {
  position: relative;
  background: hsl(var(--white));
  border-radius: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 30px;
}

@media screen and (max-width: 991px) {
  .repair-form {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .repair-form {
    padding: 35px 20px;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .repair-form {
    padding: 30px 15px;
  }
}

.repair-form::after {
  position: absolute;
  content: "";
  background: hsl(var(--border-color-four) / 0.13);
  width: 1px;
  height: 120px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .repair-form::after {
    display: none;
  }
}

.repair-form__left {
  width: 50%;
  padding-right: 60px;
}

@media screen and (max-width: 1399px) {
  .repair-form__left {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .repair-form__left {
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .repair-form__left {
    padding-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .repair-form__left {
    padding-right: 0;
    width: 100%;
  }
}

.repair-form__right {
  width: 50%;
  padding-left: 60px;
}

@media screen and (max-width: 1399px) {
  .repair-form__right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .repair-form__right {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .repair-form__right {
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .repair-form__right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.repair-form__title {
  margin-bottom: 15px;
}

.repair-form .form--label {
  font-weight: 400;
}

.repair-form .form--control {
  border-radius: 5px !important;
}

.repair-form .input-group {
  position: relative;
}

.repair-form .input-group .form--control {
  border-radius: 5px !important;
  padding-left: 85px;
}

@media screen and (max-width: 767px) {
  .repair-form .input-group .form--control {
    padding-left: 75px;
  }
}

.repair-form .input-group .country_switcher {
  position: absolute;
  width: auto;
  height: 100%;
  background: transparent;
  border-radius: 0;
  padding: 15px 20px 15px 15px;
}

.repair-form .input-group .country_switcher::after {
  font-family: "service-center-icons";
  content: "\e906";
  font-size: 0.375rem;
  position: absolute;
  margin: 0;
  color: hsl(var(--heading-color));
  bottom: 19px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
}

.repair-form .input-group .country_switcher.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.repair-form .input-group .country_switcher__caption {
  cursor: pointer;
  padding: 0;
}

.repair-form .input-group .country_switcher__caption .icon {
  position: relative;
}

.repair-form .input-group .country_switcher__caption .icon img {
  width: 30px;
  height: 22px;
  border-radius: 0;
}

.repair-form .input-group .country_switcher__caption .icon::after {
  display: none;
}

.repair-form .input-group .country_switcher__list {
  width: 100%;
  border-radius: 5px;
  padding: 0;
  background: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.repair-form .input-group .country_switcher__list::-webkit-scrollbar-track {
  border-radius: 2px;
}

.repair-form .input-group .country_switcher__list::-webkit-scrollbar {
  width: 2px;
}

.repair-form .input-group .country_switcher__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .repair-form .input-group .country_switcher__list {
    right: -3px;
  }
}

.repair-form .input-group .country_switcher__list .icon {
  width: 25px;
  height: 20px;
  border-radius: 0;
  overflow: hidden;
}

.repair-form .input-group .country_switcher__item {
  gap: 0;
  padding: 7px 5px;
}

.repair-form.two::after {
  display: none;
}

.repair-form.two .repair-form__items {
  gap: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .repair-form.two .repair-form__items {
    gap: 8px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .repair-form.two .repair-form__items {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 8px;
    margin-bottom: 25px;
  }
}

/* .repair-form.two .form--label {
  font-weight: 500;
  color: hsl(var(--heading-color));
  margin-bottom: 15px;
} */

.repair-form.two .form--check {
  position: relative;
  display: inline-block;
}

.repair-form.two .form--check:hover .form-check-label {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.repair-form.two .form--check .form-check-input {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.repair-form.two .form--check .form-check-input:checked::before {
  display: none;
}

.repair-form.two .form--check .form-check-input:checked + .form-check-label {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.repair-form.two .form--check .form-check-label {
  width: 100%;
  border: 1px solid hsl(var(--border-color-four) / 0.13);
  background: transparent;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  gap: 5px;
  font-weight: 400;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 1199px) {
  .repair-form.two .form--check .form-check-label {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 991px) {
  .repair-form.two .form--check .form-check-label {
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 991px) {
  .repair-form.two .form--check .form-check-label {
    font-size: 0.8125rem;
    padding: 7px 10px;
  }
}

.repair-form.two .form--check .form-check-label .icon {
  line-height: 1;
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 991px) {
  .repair-form.two .form--check .form-check-label .icon {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  .repair-form.two .form--check .form-check-label .icon {
    font-size: 0.875rem;
  }
}

.repair-form.two textarea.form--control {
  height: 95px;
}

.repair-form.three {
  display: block;
}

@media screen and (max-width: 767px) {
  .repair-form.three {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 424px) {
  .repair-form.three {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .repair-form.three::after {
    display: none;
  }
}

.repair-form.three .repair-form__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .repair-form.three .repair-form__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .repair-form.three .repair-form__left {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .repair-form.three .repair-form__right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .repair-form.three .form-group .btn {
    padding: 12px 14px;
  }
}

@media screen and (max-width: 424px) {
  .repair-form.three .form-group .btn {
    padding: 10px;
  }
}

.repair-form .make-meeting-content {
  max-width: 395px;
}

@media screen and (max-width: 767px) {
  .repair-form .make-meeting-content {
    max-width: 100%;
  }
}

.repair-form .make-meeting-content__subtitle {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 424px) {
  .repair-form .make-meeting-content__subtitle {
    font-size: 0.8125rem;
  }
}

.repair-form .make-meeting-content__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .repair-form .make-meeting-content__title {
    margin-bottom: 5px;
  }
}

.repair-form .make-meeting-content__duration {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .repair-form .make-meeting-content__duration {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 575px) {
  .repair-form .make-meeting-content__duration {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .repair-form .make-meeting-content__duration {
    font-size: 0.875rem;
  }
}

.repair-form .make-meeting-content__desc {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .repair-form .make-meeting-content__desc {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .repair-form .make-meeting-content__desc {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .repair-form .make-meeting-content__desc {
    font-size: 0.875rem;
  }
}

.repair-form .make-meeting-content__desc:last-child {
  margin-bottom: 0;
}

.repair-form .make-meeting-calendar {
  max-width: 460px;
  margin-left: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 1399px) {
  .repair-form .make-meeting-calendar {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .repair-form .make-meeting-calendar {
    max-width: 350px;
    margin: 30px auto 20px;
  }
}

@media screen and (max-width: 424px) {
  .repair-form .make-meeting-calendar {
    max-width: 270px;
    margin: 25px auto 15px;
  }
}

.book_meeting_calendar {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  color: hsl(var(--dark-two));
  text-shadow: none;
}

.book_meeting_calendar table {
  margin: 0;
  width: 100%;
  border-spacing: 2px;
  position: relative;
  padding-top: 55px;
  border-spacing: 8px !important;
}

@media screen and (max-width: 991px) {
  .book_meeting_calendar table {
    border-spacing: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .book_meeting_calendar table {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .book_meeting_calendar table {
    border-spacing: 1px !important;
  }
}

.book_meeting_calendar table caption {
  position: absolute;
  width: 100%;
  top: 0;
  color: hsl(var(--heading-color));
  text-transform: uppercase;
  text-align: center;
  padding: 3px 0 2px;
}

.book_meeting_calendar table caption span {
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .book_meeting_calendar table caption span {
    font-size: 1rem;
  }
}

.book_meeting_calendar table caption .larr,
.book_meeting_calendar table caption .rarr {
  float: none;
  color: hsl(var(--heading-color));
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .book_meeting_calendar table caption .larr,
  .book_meeting_calendar table caption .rarr {
    left: 15px;
  }
}

.book_meeting_calendar table caption .larr:hover,
.book_meeting_calendar table caption .rarr:hover {
  color: hsl(var(--base));
}

.book_meeting_calendar table caption .larr::before,
.book_meeting_calendar table caption .rarr::before {
  font-family: "Line Awesome Free";
  content: "\f060";
  font-size: 20px;
}

.book_meeting_calendar table caption .rarr {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .book_meeting_calendar table caption .rarr {
    right: 15px;
  }
}

.book_meeting_calendar table caption .rarr::before {
  font-family: "Line Awesome Free";
  content: "\f061";
}

.book_meeting_calendar table thead {
  color: hsl(var(--dark-two));
  text-shadow: none;
}

.book_meeting_calendar table thead tr th {
  text-align: center;
  color: hsl(var(--heading-color));
  font-weight: 500;
  text-transform: capitalize;
}

@media screen and (max-width: 575px) {
  .book_meeting_calendar table thead tr th {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .book_meeting_calendar table thead tr th {
    font-size: 0.875rem;
  }
}

.book_meeting_calendar table tbody {
  color: hsl(var(--dark-two));
  text-shadow: none;
}

.book_meeting_calendar table tbody tr td {
  text-align: center;
  color: hsl(var(--body-color));
  font-weight: 400;
  border: 0;
  font-size: 1.125rem;
  width: 56px;
  height: 56px;
  border-radius: 50% !important;
}

@media screen and (max-width: 1199px) {
  .book_meeting_calendar table tbody tr td {
    height: 47px;
  }
}

@media screen and (max-width: 991px) {
  .book_meeting_calendar table tbody tr td {
    font-size: 1rem;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .book_meeting_calendar table tbody tr td {
    height: 47px;
  }
}

@media screen and (max-width: 575px) {
  .book_meeting_calendar table tbody tr td {
    font-size: 0.9375rem;
    height: 46px;
  }
}

@media screen and (max-width: 424px) {
  .book_meeting_calendar table tbody tr td {
    font-size: 0.875rem;
    height: 37px;
  }
}

.book_meeting_calendar table tbody tr td.calSelectable.calSelected {
  font-weight: 500;
  color: hsl(var(--base));
  background: hsl(var(--base) / 0.15);
  text-shadow: none;
}

.book_meeting_calendar table tbody tr td:hover {
  font-weight: 500 !important;
  color: hsl(var(--white)) !important;
  background: hsl(var(--base)) !important;
}

/* =========================================== Repair Css End =========================*/
/* =========================================== Repair Css Start =========================*/
.order-tracking-list-wrapper {
  position: relative;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
  margin: 0 50px 30px;
}

@media screen and (max-width: 1199px) {
  .order-tracking-list-wrapper {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .order-tracking-list-wrapper {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .order-tracking-list-wrapper {
    margin-bottom: 20px;
  }
}

.order-tracking-list-wrapper__inner {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .order-tracking-list-wrapper__inner {
    padding: 25px;
    min-height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .order-tracking-list-wrapper__inner {
    padding: 15px;
    min-height: 200px;
    flex-direction: column;
  }
}

.order-tracking-list__item {
  position: relative;
  padding-left: 18px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .order-tracking-list__item {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .order-tracking-list__item {
    padding-left: 15px;
  }
}

.order-tracking-list__item::before,
.order-tracking-list__item::after {
  position: absolute;
  content: "";
  background: hsl(var(--base));
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  margin: auto 0;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .order-tracking-list__item::before,
  .order-tracking-list__item::after {
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .order-tracking-list__item::before,
  .order-tracking-list__item::after {
    width: 7px;
    height: 7px;
  }
}

.order-tracking-list__item::after {
  background: #d9d9d9;
  width: 1px;
  height: 100%;
  left: 4px;
  top: 13px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .order-tracking-list__item::after {
    left: 3px;
  }
}

.order-tracking-list__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.order-tracking-list__item:last-child::after {
  display: none;
}

.order-tracking-list__item span {
  color: hsl(var(--base));
  font-weight: 500;
}

.order-tracking-details-wrapper {
  position: relative;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
  margin: 0 50px;
}

@media screen and (max-width: 1199px) {
  .order-tracking-details-wrapper {
    margin: 0;
  }
}

.order-tracking-details {
  position: relative;
  padding: 24px;
}

@media screen and (max-width: 991px) {
  .order-tracking-details {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .order-tracking-details {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .order-tracking-details__inner {
    row-gap: 15px;
  }
}

.order-tracking-details__thumb {
  width: 260px;
  max-height: 320px;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
}

.order-tracking-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .order-tracking-details__thumb {
    display: none;
  }
}

.order-tracking-details__content {
  width: calc(100% - 260px);
  padding-right: 20px;
}

@media screen and (max-width: 1199px) {
  .order-tracking-details__content {
    width: 100%;
    padding: 0;
  }
}

.order-tracking-details__title {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .order-tracking-details__title {
    margin-bottom: 8px;
  }
}

.order-tracking-details__price {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

.order-tracking__amount {
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .order-tracking-details__price {
    font-size: 0.875rem;
  }

  .order-tracking__amount {
    align-items: flex-start;
    text-align: left;
  }
}

.order-tracking-details__list-item {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .order-tracking-details__list-item {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}

.order-tracking-details__list {
  margin-top: 20px;
}

@media screen and (max-width: 424px) {
  .order-tracking-details__list-item {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
}

.order-tracking-details__list-item:last-child {
  margin-bottom: 0;
}

.order-tracking-details__list-item .title {
  font-weight: 600;
  color: hsl(var(--heading-color));
  width: 30%;
}

@media screen and (max-width: 767px) {
  .order-tracking-details__list-item .title {
    width: 35%;
  }
}

@media screen and (max-width: 575px) {
  .order-tracking-details__list-item .title {
    width: 32%;
  }
}

@media screen and (max-width: 424px) {
  .order-tracking-details__list-item .title {
    width: 43%;
  }
}

.order-tracking-details__list-item .desc {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .order-tracking-details__list-item .desc {
    width: 65%;
  }
}

@media screen and (max-width: 575px) {
  .order-tracking-details__list-item .desc {
    width: 62%;
  }
}

@media screen and (max-width: 424px) {
  .order-tracking-details__list-item .desc {
    width: 57%;
  }
}

.order-tracking-details__quantity {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--heading-color));
}

/* =========================================== Repair Css End =========================*/
/*# sourceMappingURL=main.css.map */

/* start required */

.form--label.required::after {
  content: "*";
  display: inline-block;
  margin-left: 4px;
  color: hsl(var(--danger));
}

/* end required */

/* registration disable start */

.social-login-btn {
  border: 1px solid #cbc4c4;
}

.register-disable {
  width: 100%;
  background-color: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-disable-image {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 32px;
}

.register-disable-title {
  color: rgb(0 0 0 / 80%);
  font-size: 42px;
  margin-bottom: 18px;
  text-align: center;
}

.register-disable-icon {
  font-size: 16px;
  background: rgb(255, 15, 15, 0.07);
  color: rgb(255, 15, 15, 0.8);
  border-radius: 3px;
  padding: 6px;
  margin-right: 4px;
}

.register-disable-desc {
  color: rgb(0 0 0 / 50%);
  font-size: 18px;
  max-width: 565px;
  width: 100%;
  margin: 0 auto 32px;
  text-align: center;
}

.register-disable-footer-link {
  color: #fff;
  background-color: #5b28ff;
  padding: 13px 24px;
  border-radius: 6px;
  text-decoration: none;
}

.register-disable-footer-link:hover {
  background-color: #440ef4;
  color: #fff;
}

/* registration disable end */

/* social login start */

.account-form__social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.account-form__social-btns .btn {
  padding: 8px 18px;
}

.account-form__social-btns .btn.facebook {
  background-color: #1877f214 !important;
  border: 1px solid #1877f2 !important;
  color: #1877f2 !important;
}

.account-form__social-btns .btn.facebook:hover {
  background-color: #1877f2 !important;
  color: hsl(var(--white)) !important;
}

.account-form__social-btns .btn.google {
  background-color: #e9423514 !important;
  border: 1px solid #e94235 !important;
  color: #e94235 !important;
}

.account-form__social-btns .btn.google:hover {
  background-color: #e94235 !important;
  color: hsl(var(--white)) !important;
}

.account-form__social-btns .btn.linkedin {
  background-color: #0076b514 !important;
  border: 1px solid #0077b5 !important;
  color: #0077b5 !important;
}

.account-form__social-btns .btn.linkedin:hover {
  background-color: #0077b5 !important;
  color: hsl(var(--white)) !important;
}

.account-form__social-btns {
  gap: 15px;
}

/* social login end */

/* alert design css */
.alert {
  margin-bottom: 0;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert--info {
  border: 1px solid rgb(0 147 255 / 30%);
  background-color: rgb(0 147 255 / 5%);
}

.alert--info .alert__icon {
  color: rgb(0 147 255);
}

.alert--primary {
  border: 1px solid rgb(70 52 255 / 30%);
  background-color: rgb(70 52 255 / 5%);
}

.alert--primary .alert__icon {
  color: rgb(70 52 255);
}

.alert--danger {
  border: 1px solid rgb(220 53 69 / 50%);
  background-color: rgb(220 53 69 / 5%);
}

.alert--danger .alert__icon {
  color: rgb(220 53 69);
}

.alert--warning {
  border: 1px solid rgba(220, 206, 53, 0.5);
  background-color: rgba(220, 206, 53, 0.05);
}

.alert--warning .alert__icon {
  color: rgba(220, 206, 53);
}

/* alert design css */

/* custom css start */

/* Copy Animation */
.base-color {
  color: hsl(var(--base)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 0;
  right: 12%;
  width: 65px;
  display: block;
  content: "COPIED";
  font-size: 14px;
  padding: 2px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
  color: #fff;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da !important;
  /* border-width: 2px !important; */
  border-radius: 8px !important;
  /* border-radius: .375rem !important; */
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 14px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 0.375rem !important;
}

.selection {
  width: 100%;
  height: 56px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .selection {
    height: 54px;
  }
}

@media (max-width: 991px) {
  .selection {
    height: 50px;
  }
}

.select2-container--default .select2-selection--single {
  border: 1px solid hsl(var(--body-color));
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}
/* .payment-item__btn-text {
  color: hsl(var(--white));
} */
/* .payment-item__btn__icon {
  color: hsl(var(--white));
} */
.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* custom css end */

/* support ticket start */
.support-ticket {
  padding: 16px 24px;
  background-color: hsl(var(--base) / 0.03);
  border-radius: 6px;
  border: 1px solid hsl(var(--base) / 0.5);
  max-width: 750px;
  width: 100%;
}

.support-ticket:not(:last-child) {
  margin-bottom: 24px;
}

.reply.support-ticket {
  background-color: hsl(var(--warning) / 0.03);
  margin-left: auto;
  border: 1px solid hsl(var(--warning) / 0.5);
}

.support-ticket-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

.support-ticket-name .staff {
  font-size: 14px;
  margin-left: 12px;
}

.support-ticket-date {
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--black));
  border-left: 1px solid hsl(var(--base));
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.7;
  background-color: hsl(var(--base) / 0.2);
  display: inline-block;
}

.reply .support-ticket-date {
  border-left: 1px solid hsl(var(--warning));
  background-color: hsl(var(--warning) / 0.2);
}

.support-ticket-file a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.support-ticket-file .icon {
  font-size: 18px;
}

.support-ticket-file {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* support ticket end */

/* 2fa modal */

.custom--modal .modal-form__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}

.custom--modal .modal-form__title span {
  color: hsl(var(--base));
}

.plan-confirm-text {
  border-radius: 8px;
  margin: 0 auto;
  border-left: 2px solid hsl(var(--base));
  padding: 10px;
  text-align: left !important;
  background: hsl(var(--base) / 0.08);
  margin-bottom: 16px;
  font-weight: 500;
}

/* 2fa modal */

/* modal close btn */
.custom--modal .close-btn {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--gray));
  color: hsl(var(--gray));
  border-radius: 6px;
  font-size: 1.125rem;
}

/* modal close btn */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 39px !important;
}

/* time picker start */
.custom-time-picker {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom-time-picker label {
  margin-right: 10px;
  font-size: 16px;
}

.time-select {
  margin: 0 5px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.time-select:focus-visible {
  outline: none !important;
}

#selected-time {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

/* time picker end */
.select2-container:has(.select2-selection--single) {
  width: 100% !important;
}

/* latest blog start */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.latest-blog:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.latest-blog__thumb {
  width: 80px;
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 60px;
  }
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-blog__content {
    width: calc(100% - 60px);
  }
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-blog__title a:hover {
  color: hsl(var(--base));
}

/* latest blog end */

/* header right css */

.header-right {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .header-right {
    margin-left: 0;
    margin-top: 16px;
  }
}

.header-right__list {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* =====================service css start here ===================== */
.filter-section {
  position: sticky;
  top: 100px;
}

.sidebar-item {
  margin-top: 20px;
  background: hsl(var(--white));
  padding: 20px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}

.sidebar-item__title {
  margin-bottom: 15px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 15px;
  font-size: 20px;
  font-family: var(--body-font);
}

.filter-search-form {
  position: relative;
}

.filter-form {
  background: hsl(var(--white));
  padding: 15px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}

.filter-block__item:not(:last-child) {
  margin-bottom: 15px;
}

.project-value {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  margin: 25px 0;
}

.project-value .form--control {
  padding: 9px 15px;
}

.filter-toggler {
  font-size: 20px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .filter-section {
    position: fixed;
    height: 100vh;
    width: 320px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
    background-color: hsl(var(--white));
    padding: 20px;
    left: 0 !important;
    top: 0;
    z-index: 9999;
    overflow-y: scroll;
    padding-top: 60px;
    border-radius: 0;
  }

  .filter-section.show-sidebar {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99991;
  }

  .filter-section__close-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    color: hsl(var(--black));
  }
}

.show-more-btn {
  margin-top: 30px;
  text-align: center;
}

.list--group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  border-bottom: 1px dashed hsl(var(--border-color));
  padding-bottom: 15px;
}

.list--group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.tag-list__link {
  border: 1px solid hsl(var(--border-color));
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1;
  color: hsl(var(--body-color));
  font-weight: 500;
  transition: 0.2s linear;
}

.tag-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.filter-search-form__btn {
  color: hsl(var(--white));
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 15px;
  background: hsl(var(--base));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 0 8px 8px 0;
}

.filter-search-form__btn:hover {
  color: hsl(var(--white));
}

.dashboard-table {
  background: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.fs-16 {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.service_item_price .starting {
  font-size: 0.75rem;
  line-height: 1.2;
  color: hsl(var(--black) / 0.7);
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
  font-family: var(--heading-font);
}

.service_item_price .price {
  font-size: 18px;
  line-height: 1;
  color: hsl(var(--base));
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--heading-font);
}

.loader-wrapper {
  position: absolute;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.596);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
}

.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid hsl(var(--base));
  border-color: hsl(var(--base)) transparent hsl(var(--base)) transparent;
  animation: loader 1.2s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.breadcrumb-content h5 {
  font-size: 2.5rem !important;
}

.service-sidebar .list-details__item:last-child {
  margin-bottom: 0;
}
