/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Wix+Madefor+Text:wght@400;500;600;700;800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Wix Madefor Text", sans-serif;
  --body-font: "Roboto", sans-serif;
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --black-h: 0;
  --black-s: 0%;
  --black-l: 0%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --heading-color: var(--black);
  --body-h: 348;
  --body-s: 4%;
  --body-l: 53%;
  --body-color: var(--body-h) var(--body-s) var(--body-l);
  --border-color: 0 0% 88%;
  --section-bg: 0 0% 95%;
  --footer-bg: 348 67% 6%;
  /* ================================ 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 2px 15px hsl(var(--black) / 0.05);
  /* ================================ Box Shadow End =============================== */
  /* ========================= Base Color ============================= */
  --base-h: 349;
  --base-s: 100%;
  --base-l: 61%;

  --base: var(--base-h) var(--base-s) var(--base-l);
  /* Base Darken  */
  --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-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-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 Lighten */
  --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);
  --background-gradient: linear-gradient(
    45deg,
    hsl(var(--base)),
    hsl(var(--base-two))
  );
  /* ========================= Base Two Color ============================= */
  --base-two-h: 247;
  --base-two-s: 64%;
  --base-two-l: 25%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  /* Base Two Darken */
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.05);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /* Base Two Lighten */
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  /* Primary Darken */
  --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 Lighten */
  --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);
  --primary-l-600: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /* Secondary Darken */
  --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 Lighten */
  --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);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  /* Success Color */
  --success-h: 121;
  --success-s: 77%;
  --success-l: 45%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  /* Success Darken */
  --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 Lighten */
  --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);
  --success-l-600: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /* Danger Darken */
  --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 Lighten */
  --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);
  --danger-l-600: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  /* Warning Color */
  --warning-h: 38;
  --warning-s: 100%;
  --warning-l: 55%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /* Warning Darken */
  --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 Lighten */
  --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);
  --warning-l-600: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  /* Info Darken */
  --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);
  --info-l-600: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--white));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  font-weight: 400;
  margin: 0;
}

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.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: clamp(1.875rem, 2.8vw + 1rem, 3.75rem);
}

h2 {
  font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.5rem);
}

h3 {
  font-size: clamp(1.375rem, 0.8vw + 1rem, 1.875rem);
}

h4 {
  font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
}

h5 {
  font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
}

h6 {
  font-size: 1rem;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 700;
  transition: 0.2s linear;
  line-height: 1.3;
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}

a:hover {
  color: hsl(var(--base));
}

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;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

/* ================================= 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));
}

/* 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;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: flex;
  flex-wrap: wrap;
}

.flex-align,
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11,
.form--check .form-check-input:checked::before {
  font-size: 0.6875rem;
}

.fs-12,
.text-list__item-icon,
.badge {
  font-size: 0.75rem;
}

.fs-13,
.table tbody tr td,
.customer__name {
  font-size: 0.8125rem;
}

.fs-14,
.listing-item__icon-text,
.listing-details__date-content .time,
.listing-details-item__icon-text,
.list-item__contact-number,
.list-item__contact-area,
.location-item__list,
.feature-item__icon-text,
.comment-list__time,
.table tbody tr td:first-child,
.table thead tr th,
.form--radio .form-check-label,
.form--check .form-check-label,
.form--control::placeholder {
  font-size: 0.875rem;
}

.fs-15,
.comment-list__time-icon,
.language-box select,
.table tbody tr td::before,
.btn--icon {
  font-size: 0.9375rem;
}

.fs-16,
.latest-listing__title a,
.pricing-card__number .time,
.how-work-item__desc,
.category-item__number,
.latest-blog__title a,
.breadcrumb__item,
.scroll-top,
.footer-menu__link,
.footer-item__contact-title,
.alert__title,
.form--label,
p {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .fs-16,
  .latest-listing__title a,
  .pricing-card__number .time,
  .how-work-item__desc,
  .category-item__number,
  .latest-blog__title a,
  .breadcrumb__item,
  .scroll-top,
  .footer-menu__link,
  .footer-item__contact-title,
  .alert__title,
  .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: 991px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18,
.account-form__or,
.pricing-card__title,
.category-item__title,
.testimonial-item__desc,
.comment-list__name,
.login-registration-list__link,
.custom--tab.tab-two .nav-item .nav-link,
.btn,
.custom--accordion .accordion-button {
  font-size: 1rem;
}

@media screen and (max-width: 1399px) {
  .fs-18,
  .account-form__or,
  .pricing-card__title,
  .category-item__title,
  .testimonial-item__desc,
  .comment-list__name,
  .login-registration-list__link,
  .custom--tab.tab-two .nav-item .nav-link,
  .btn,
  .custom--accordion .accordion-button {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 1199px) {
  .fs-18,
  .account-form__or,
  .pricing-card__title,
  .category-item__title,
  .testimonial-item__desc,
  .comment-list__name,
  .login-registration-list__link,
  .custom--tab.tab-two .nav-item .nav-link,
  .btn,
  .custom--accordion .accordion-button {
    font-size: 1rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading ==================== */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1014px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1194px;
  }
}

.custom-container {
  max-width: 1770px;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

.section-heading__title {
  margin-bottom: 10px;
  line-height: 1;
}

.section-heading__desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 575px) {
  .slick-dots {
    padding-top: 20px;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 10px;
  border-radius: 5px;
}

/* Dots Css End */
/* ================================= 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: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

/* ================================= 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 Md 60 Bottom =========================== */
.pt-md-60 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-md-60 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}

.pb-md-60 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-md-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 {
  border: 1px solid hsl(var(--black) / 0.09);
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-body {
  padding: 20px;
  background-color: hsl(var(--section-bg));
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion .accordion-button {
  background-color: #f3f3f3 !important;
  padding: 15px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--black));
  background-color: hsl(var(--base)) !important;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--black));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  right: 20px;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
}

/* ================================= 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;
}

.btn {
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--heading-font);
  line-height: 1;
  color: hsl(var(--white)) !important;
}

@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 {
  box-shadow: none !important;
}

.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--sm {
  padding: 10px 15px;
  font-size: 15px !important;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.btn .icon {
  margin-right: 5px;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--black)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-100)) !important;
  border: 1px solid hsl(var(--base-d-100)) !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--primary {
  background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-100)) !important;
  border: 1px solid hsl(var(--primary-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--secondary-d-100)) !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--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-100)) !important;
  border: 1px solid hsl(var(--success-d-100)) !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--danger {
  background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-100)) !important;
  border: 1px solid hsl(var(--danger-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--warning-d-100)) !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--dark {
  background-color: hsl(var(--black)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
  background-color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--black)) !important;
  color: hsl(var(--black)) !important;
}

.btn-outline--dark {
  background-color: transparent !important;
  border: 1px solid hsl(var(--black)) !important;
  color: hsl(var(--black)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
  background-color: hsl(var(--black)) !important;
  color: hsl(var(--black)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-100)) !important;
  border: 1px solid hsl(var(--info-d-100)) !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;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}

.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: 5px;
}

.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 {
  margin-bottom: 5px;
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  font-size: 0.875rem;
}

.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 {
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  width: 100%;
  height: 55px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  line-height: 1;
  padding: 0 10px;
}

textarea.form--control {
  padding-top: 10px;
}

.form--control::placeholder {
  color: hsl(var(--black) / 0.6);
}

.form--control:focus {
  box-shadow: none;
  color: hsl(var(--black));
  border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.07);
  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: 45px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  transition: 0.2s linear;
  position: relative;
  margin-left: 0;
  color: hsl(var(--black) / 0.7) !important;
  border-left: 0;
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.input-group-text {
  background-color: hsl(var(--section-bg));
  border-radius: 0.5rem;
}

/* Form Control End */
textarea.form--control {
  height: 130px;
}

/* 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;
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
}

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  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;
  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 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
}

@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 {
  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 {
  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;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  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;
  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%;
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  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 =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 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;
  transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
  background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
  box-shadow: none;
}

.custom--modal .modal-content {
  background-color: hsl(var(--black));
  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: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid hsl(var(--white) / 0.12);
  justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}

@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 .page-link {
  border: 1px solid hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
}

.pagination .page-item.active .page-link,
.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 {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  width: calc(100% - 35px);
  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(--black) / 0.7);
}

.action-buttons {
  gap: 10px;
  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(--black) / 0.03);
  text-align: center;
  padding: 15px 10px;
  color: hsl(var(--black) / 0.7);
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  border: 1px solid hsl(var(--black) / 0.08);
  border-right: 0;
}

.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;
  border-right: 1px solid hsl(var(--black) / 0.08);
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.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 td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  color: hsl(var(--black));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.08);
}

@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: flex;
    align-items: center;
    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.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@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(odd) {
    background-color: hsl(var(--section-bg));
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    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.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@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: flex;
    align-items: center;
    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.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@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: flex;
    align-items: center;
    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.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */

/* ================================= Tab Css Start =========================== */
.custom--tab {
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

.custom--tab.tab-two {
  width: 240px;
  margin: 0 auto;
  border: 10px solid hsl(var(--white));
  margin-bottom: 35px;
}

.custom--tab.tab-two {
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.custom--tab.tab-two .nav-item {
  padding: 0 !important;
  margin: 0 !important;
}

.custom--tab.tab-two .nav-item .nav-link {
  background-color: transparent !important;
  width: 110px;
  height: unset;
  border-radius: 0 !important;
  color: hsl(var(--base)) !important;
}

.custom--tab.tab-two .nav-item .nav-link.active {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
  border: 1px solid transparent !important;
}

.custom--tab.tab-two .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab.tab-three {
  justify-content: start;
}

.custom--tab.tab-three .nav-item {
  padding: 0 !important;
  margin-right: 10px !important;
}

.custom--tab.tab-three .nav-item .nav-link {
  background-color: transparent !important;
  width: unset;
  height: unset;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: hsl(var(--black));
  border-radius: 0 !important;
  position: relative;
  padding: 0 !important;
}

.custom--tab.tab-three .nav-item .nav-link.active {
  color: hsl(var(--black)) !important;
  background-color: transparent !important;
}

.custom--tab.tab-three .nav-item .nav-link.active::before {
  width: 100%;
  background-color: hsl(var(--base));
}

.custom--tab.tab-three .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

.custom--tab.tab-three .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: hsl(var(--base));
  transition: 0.3s;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

@media screen and (max-width: 374px) {
  .custom--tab .nav-item {
    padding: 3px;
  }
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--black)) !important;
  border-radius: 5px !important;
  transition: 0.4s;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  border: 1px solid transparent;
  background-color: hsl(var(--white)) !important;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .custom--tab .nav-item .nav-link {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  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: hsl(var(--black) / 0.15) !important;
  color: hsl(var(--black)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.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) {
  .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__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
}

.alert--base .alert__icon {
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
}

.alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
}

.alert--success .alert__icon {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info) / 0.6);
}

.alert--info .alert__icon {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
}

.alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
}

.alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
}

.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 110px;
}

@media screen and (max-width: 1599px) {
  .navbar-brand {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1499px) {
  .navbar-brand {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .navbar-brand {
    margin-right: 20px;
  }
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 60px;
}

@media screen and (max-width: 1399px) {
  .navbar-brand.logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo img {
    max-width: 100px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: hsl(var(--black) / 0.4);
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    background-color: hsl(var(--black));
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--black));
  position: fixed;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding-right: 32px;
  }

  .nav-menu .nav-item:last-child {
    padding-right: 0;
  }

  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(180deg);
    transition: 0.2s;
  }

  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 1rem;
    font-family: var(--heading-font);
    color: hsl(var(--white)) !important;
    padding: 40px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .nav-menu .nav-item .nav-link.active {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item .nav-link.active::before {
    width: 100%;
  }

  .nav-menu .nav-item .nav-link:hover::before {
    left: 0;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 25px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link .nav-item__icon {
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    transform: scaleY(0);
    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;
    transition: 0.3s;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    transform: scaleY(1);
  }
}

@media (max-width: 1400px) {
  .nav-menu .nav-item {
    padding-right: 20px !important;
  }

  .nav-menu .nav-link {
    font-size: 15px !important;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@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 {
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    color: hsl(var(--white)) !important;
  }

  .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 {
    transform: rotate(180deg);
  }

  .dropdown-menu {
    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(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    margin-left: 20px;
    color: hsl(var(--white));
  }

  .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(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 1.8rem;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

/* Login Registration */
.login-registration-list {
  margin: 0 -10px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    padding-right: 0;
  }
}

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
}

.login-registration-list__item:last-child::before {
  display: none;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

.login-registration-list__link {
  color: hsl(var(--white));
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .login-registration-list__link:hover {
    color: hsl(var(--base));
  }
}

@media screen and (max-width: 1199px) {
  .listing-button .btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

/* account css  */
.account-form__icon.facebook {
  color: #1877f2;
}

.account-form__icon.google {
  color: #ea4335;
}

.account-form__icon.linkedin {
  color: #0077b5;
}

/* Language Box */
.language-box {
  display: flex;
  align-items: center;
  position: relative;
}

.language-box select {
  color: hsl(var(--white)) !important;
  background-color: transparent !important;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-weight: 400;
  border-radius: 5px;
}

.language-box select option {
  background-color: hsl(var(--black));
}

.language-box.box-two select {
  border: 1px solid hsl(var(--black) / 0.4);
  color: hsl(var(--black)) !important;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--footer-bg));
  margin-top: auto;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.footer-area__shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .footer-area__shape-one {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .footer-area__shape-one {
    max-width: 280px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__shape-one {
    display: none;
  }
}

.footer-area__shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .footer-area__shape-two {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .footer-area__shape-two {
    max-width: 280px;
  }
}

@media screen and (max-width: 575px) {
  .footer-area__shape-two {
    display: none;
  }
}

.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

.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(--white) / 0.8);
  max-width: 300px;
  padding-bottom: 35px;
}

.footer-item__title {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.footer-item__title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: hsl(var(--base));
}

.footer-item__contact {
  border-top: 1px dashed hsl(var(--white) / 0.2);
  padding-top: 35px;
  max-width: 300px;
}

.footer-item__contact-title {
  color: hsl(var(--white));
  font-weight: 500;
}

.footer-item__contact-number {
  font-size: 24px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

/* Footer List Item */
.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--white) / 0.8);
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
  color: hsl(var(--white) / 0.8);
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */

.bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bottom-footer {
    justify-content: center;
  }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--black));
  background-color: hsl(var(--base));
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  z-index: 99;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: -50px;
  animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 20px;
    width: 35px;
    height: 35px;
  }
}

.scroll-top:hover {
  color: hsl(var(--black-l-100));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

@keyframes scroll_top {
  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.15);
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 160px 0 60px;
  margin-bottom: 0 !important;
}

.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--white));
}

@media screen and (max-width: 374px) {
  .breadcrumb__title {
    font-size: 24px;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--white));
  padding: 0 5px;
  font-weight: 400;
}

.breadcrumb__item-text {
  color: hsl(var(--white));
}

.breadcrumb__link {
  color: hsl(var(--white));
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rating-list__item {
  padding: 0 1px;
  color: hsl(var(--warning));
}

.rating-list__text {
  color: hsl(var(--body-color));
}

.rating-list__number {
  font-size: 24px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: hsl(var(--black));
  margin-right: 4px;
}

.rating-list__rate {
  margin-left: 5px;
}

/* ================================= Start Rating Css End =========================== */
/* ================================= Comment Css Start =========================== */
.comment-list {
  margin-bottom: 30px;
}

.comment-list__item {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comment-list__item:last-child {
  border-bottom: none;
}

.comment-list .rating-list__item {
  font-size: 14px;
}

.comment-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .comment-list__thumb {
    width: 60px;
    height: 60px;
  }
}

.comment-list__content {
  width: calc(100% - 80px);
  padding-left: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 60px);
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .comment-list__content {
    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));
  margin-right: 5px;
}

.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 =========================== */
/* ================================= Text List Css Start =========================== */
.text-list {
  margin: -8px 0px;
}

.text-list.inline {
  display: flex;
  align-items: center;
  margin: 0px -8px;
}

.text-list.inline .text-list__item {
  padding: 0px 8px;
}

.text-list__item {
  padding: 8px 0px;
  color: hsl(var(--body-color));
}

.text-list__item-icon {
  color: hsl(var(--base));
  margin-right: 5px;
}

/* ================================= Text List Css End =========================== */
.blog-sidebar-wrapper {
  top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  background-color: hsl(var(--section-bg));
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .blog-sidebar {
    padding: 20px 15px;
  }
}

.blog-sidebar__title {
  position: relative;
  padding-bottom: 10px;
  color: hsl(var(--black));
}

.blog-sidebar__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: hsl(var(--base));
  left: 0;
  bottom: 0px;
}

/* 



/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: flex;
  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: 60px;
  max-height: 60px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  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 Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 4;
  padding-top: 300px;
  padding-bottom: 190px;
  min-height: 100vh;
}

@media screen and (max-width: 1499px) {
  .banner-section {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 170px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.bg-img {
    background-position: center right;
    object-fit: contain;
  }
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.banner-content__title {
  color: hsl(var(--white));
  font-size: 60px;
  font-weight: 800;
  font-family: var(--heading-font);
  margin-bottom: 10px;
}

@media screen and (max-width: 1599px) {
  .banner-content__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner-content__title {
    font-size: 37px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__title {
    font-size: 30px;
  }
}

.banner-content__text {
  font-weight: 400;
  font-family: var(--heading-font);
}

.banner-content__desc {
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--body-font);
  color: hsl(var(--white) / 0.85);
}

@media screen and (max-width: 767px) {
  .banner-content__desc {
    font-size: 16px;
  }
}

.banner-content__button {
  margin-top: 30px;
}

.banner-form-wrapper {
  margin-top: 60px;
}

.banner-form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.banner-form .select2-container--default .select2-selection--single {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .banner-form {
    flex-wrap: wrap;
    background-color: transparent;
  }

  .banner-form .select2 {
    text-align: left !important;
    width: 100% !important;
  }

  .banner-form .location {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-form::before {
    background-color: transparent;
  }
}

.banner-form .keyword {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 0 !important;
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner-form .keyword {
    margin-bottom: 10px !important;
  }
}

.banner-form .keyword::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.2);
}

.banner-form .location {
  width: 100%;
  padding: 0;
  padding-right: 5px;
}

.all-category .form--control {
  height: 55px !important;
}

/* @media screen and (max-width: 1399px) {
    .banner-form .location {
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .banner-form .location {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .banner-form .location {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
} */

.banner-form .location::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.2);
}

.banner-form .location__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.banner-form .all-category {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .banner-form .all-category {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.banner-form .search-btn {
  width: 65%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .banner-form .search-btn {
    width: 100%;
    text-align: center;
  }
}

.banner-form .search-btn .btn {
  padding: 5px;
  border: 0 !important;
  border-radius: 5px;
  height: 55px;
}

.keyword .form--control {
  height: 55px;
}

@media screen and (max-width: 1199px) {
  .banner-form {
    gap: 10px;
  }
}

.banner-form .search-btn .btn:hover {
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  .banner-form .search-btn .btn {
    width: 100%;
    padding: 20px;
    border-radius: 5px !important;
  }

  .banner-form .all-category select {
    padding-left: 15px !important;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 6px;
  }
}

@media screen and (max-width: 575px) {
  .banner-form .search-btn .btn {
    padding: 15px !important;
  }
}

.banner-form .form--control {
  border: none;
  font-family: var(--body-font);
  font-weight: 400;
  color: hsl(var(--body-color)) !important;
}

.banner-form .form--control:focus {
  border-radius: 3px;
  color: hsl(var(--black));
  box-shadow: none;
  border-color: hsl(var(--base));
  background-color: hsl(var(--white));
}

.banner-form .form-select {
  border: none !important;
  color: hsl(var(--body-color)) !important;
  font-size: 16px !important;
  font-weight: 400;
}

/* =========================== Banner Section End Here ========================= */
/*================== feature section css start here ==================*/
.feature-item {
  overflow: hidden;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
}

.feature-item:hover .feature-item__thumb img {
  transform: scale(1.06);
}

.feature-item__thumb {
  overflow: hidden;
  max-height: 300px;
  width: 100%;
  position: relative;
}

.feature-item__thumb-link {
  width: 100%;
  height: 100%;
}

.feature-item__thumb-link img {
  width: 100%;
  transition: 0.2s linear;
}

.feature-item__thumb-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: hsl(var(--white) / 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: hsl(var(--base));
  transition: 0.3s linear;
  line-height: 0;
}

.feature-item__title {
  margin-bottom: 15px;
  word-break: break-all;
}

.feature-item__content {
  padding: 20px 15px;
}

.feature-item__content .price,
.feature-item__content .category {
  color: #797878;
  display: flex;
  align-items: center;
  gap: 5px;
}

.feature-item__content .category i {
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  .feature-item__content {
    padding: 25px 20px 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item__content {
    padding: 15px;
  }
}

.feature-item__link {
  color: hsl(var(--black) / 0.8);
}

@media screen and (max-width: 1199px) {
  .feature-item__link {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .feature-item__link {
    font-size: 0.9375rem;
  }

  .feature-item__content .price,
  .feature-item__content .category {
    font-size: 0.8125rem;
  }
}

.feature-item__icon {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .feature-item__icon {
    margin-left: 8px;
    font-size: 12px;
  }
}

.feature-item__single-content {
  margin-right: 15px;
  position: relative;
  font-weight: 500;
}

.feature-item__single .badge {
  color: hsl(var(--success));
  font-weight: 600;
  padding: 0px;
}

.feature-item__single-content:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: #ddd;
  right: -8px;
}

.feature-item__single .feature-item__single-content:last-child:after {
  display: none;
}

@media screen and (max-width: 1199px) {
  .feature-item__icon-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item__icon-text {
    margin-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .feature-item__icon-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item__single-content::after {
    right: -5px;
  }
}

.feature-item__contact {
  border-top: 1px solid hsl(var(--black) / 0.1);
  padding: 10px 25px;
}

@media screen and (max-width: 1199px) {
  .feature-item__contact {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item__contact {
    padding: 10px 8px;
  }
}

@media screen and (max-width: 575px) {
  .feature-item__contact {
    padding: 10px 12px;
  }
}

.feature-item__contact-icon {
  font-size: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .feature-item__contact-icon {
    font-size: 20px;
  }
}

.feature-item__contact-area {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
  .feature-item__contact-area {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .feature-item__contact-area {
    font-size: 14px;
  }
}

.feature-item__contact-number {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
  .feature-item__contact-number {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .feature-item__contact-number {
    font-size: 14px;
  }
}

@media (min-width: 468px) {
  .list-view .feature-item {
    display: flex;
    max-height: unset;
  }

  .list-view .feature-item .feature-item__thumb {
    width: 40%;
    overflow: hidden;
  }

  .list-view .feature-item__content-wrapper {
    width: 60%;
  }

  .list-view .feature-item .feature-item__thumb-link img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .list-view .property-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .list-view .feature-item .feature-item__thumb {
    width: 30%;
  }
}

@media (max-width: 468px) {
  .view-buttons {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .list-view .feature-item .feature-item__thumb {
    width: 50%;
  }
}

.rating {
  background-color: hsl(var(--rating));
  border-radius: 3px;
  padding: 3px;
  color: hsl(var(--white));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .rating {
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .rating {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .rating {
    font-size: 11px;
  }
}

.rating__number {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  position: relative;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .rating__number {
    margin-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .rating__number {
    margin-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .rating__number {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .rating__number {
    font-size: 11px;
  }
}

.rating__number::after {
  position: absolute;
  content: "";
  right: -10px;
  width: 0.1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.3);
}

@media screen and (max-width: 767px) {
  .rating__number::after {
    right: -5px;
  }
}

/*======= feature-grid css start here =======*/

.feature-sidebar {
  background-color: hsl(var(--section-bg));
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .feature-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 300px;
    height: 100%;
    border-radius: 0;
    transform: translateX(-100%);
    transition: 0.3s linear;
    padding: 40px 32px;
  }

  .feature-sidebar.show {
    transform: translateX(0);
  }
}

.feature-sidebar__close {
  display: none;
}

@media (max-width: 991px) {
  .feature-sidebar__close {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    line-height: 1;
  }
}

.filter-button {
  display: none;
}

@media (max-width: 991px) {
  .filter-button {
    display: block;
    color: hsl(var(--white)) !important;
    font-size: 20px;
    padding: 8px !important;
  }
}

.feature-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.feature-contact-wrapper:hover span {
  color: hsl(var(--base)) !important;
}

.feature-sidebar__range {
  margin-top: 30px;
}

.feature-sidebar__range-title {
  margin-bottom: 10px;
}

.feature-sidebar__range-text {
  margin-bottom: 15px;
}

.feature-sidebar__button {
  margin-top: 25px;
}

.feature-sidebar__thumb {
  position: relative;
  padding: 100px 50px;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.feature-sidebar__thumb::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed hsl(var(--white) / 0.5);
  border-radius: 10px;
  z-index: -1;
}

.feature-sidebar__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.feature-sidebar__thumb-title {
  color: hsl(var(--base));
  font-weight: 700;
}

.feature-sidebar__thumb-text {
  color: hsl(var(--white));
  font-size: 16px;
  margin-bottom: 25px;
}

.feature-sidebar__thumb-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  padding: 15px 29px;
  border-radius: 6px;
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.2s linear;
  cursor: pointer;
}

.feature-sidebar__thumb-link:hover {
  background-color: hsl(var(--base-d-100));
}

.feature-sidebar__thumb-content {
  text-align: center;
}

.search-box {
  position: relative;
}

.property-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsl(var(--section-bg));
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .property-header {
    padding: 10px;
  }
}

@media screen and (max-width: 374px) {
  .property-header {
    padding: 8px 7px;
  }
}

.property-header__title {
  margin-bottom: 0;
}

.property-header .btn {
  background-color: white;
  color: var(--body-color);
  padding: 0.8rem 1rem;
  border: 1px solid hsl(var(--black) / 0.08);
}

.property-header .btn.active {
  background-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

/*======= feature-grid css end here =======*/

.location-item__title {
  margin-bottom: 0;
  color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
  .location-item__title {
    font-size: 16px;
  }
}

.location-item__list {
  color: hsl(var(--black)) !important;
  background-color: hsl(var(--base));
  padding: 0px 10px;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 3px;
}

.location-item__list.rent {
  background-color: hsl(var(--success)) !important;
}

@media screen and (max-width: 424px) {
  .location-item__list {
    font-size: 11px;
    padding: 2px 8px;
  }
}

/*============= list item css =============*/
.list-item {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-item {
    flex-wrap: wrap;
  }
}

.list-item__contact {
  border-top: 1px solid hsl(var(--black) / 0.1);
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .list-item__contact {
    padding: 10px 13px;
  }
}

.list-item__contact-icon {
  font-size: 20px;
  line-height: 0;
}

@media screen and (max-width: 424px) {
  .list-item__contact-icon {
    font-size: 16px;
  }
}

.list-item__contact-area {
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 424px) {
  .list-item__contact-area {
    font-size: 11px;
  }
}

@media screen and (max-width: 424px) {
  .list-item__contact-number {
    font-size: 11px;
  }
}

.list-item__wrapper {
  width: calc(100% - 245px);
}

@media screen and (max-width: 767px) {
  .list-item__wrapper {
    width: 100%;
  }
}

.list-item__title {
  margin-bottom: 15px;
}

.list-item__link {
  color: hsl(var(--black));
}

.list-item__content {
  padding: 20px;
  position: relative;
}

.list-item__thumb {
  width: 245px;
  position: relative;
  overflow: hidden;
}

.list-item__thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black));
  opacity: 0.25;
}

@media screen and (max-width: 767px) {
  .list-item__thumb {
    width: 100%;
  }
}

.list-item__thumb img {
  height: 100%;
  object-fit: cover;
}

/*================== feature section css end here ==================*/
/*=====================counter section css start her===================== */

.counterup-item {
  display: flex;
  gap: 20px;
  column-gap: 0;
  flex-wrap: wrap;
}

.counterup-item__content {
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: hsl(var(--section-bg));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border: 1px solid hsl(var(--black) / 0.4);
}

@media screen and (max-width: 991px) {
  .counterup-item__content {
    width: 170px;
    height: 170px;
  }

  .counterup-item__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .counterup-item__content {
    width: 125px;
    height: 125px;
  }
}

@media screen and (max-width: 575px) {
  .counterup-item__title {
    font-size: 16px;
  }
}

.counterup-item__text {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .counterup-item__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 424px) {
  .counterup-item__text {
    font-size: 10px;
  }
}

.odometer {
  font-size: 40px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .odometer {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .odometer {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .odometer {
    font-size: 25px;
  }
}

/*=====================counter section css end her===================== */
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonials__shape-one {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .testimonials__shape-one {
    left: -20px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__shape-one {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__shape-one {
    display: none;
  }
}

.testimonials__shape-two {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .testimonials__shape-two {
    right: -20px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__shape-two {
    width: 250px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__shape-two {
    display: none;
  }
}

.testimonails-card {
  padding: 0 10px;
  height: 100%;
}

.testimonial-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.08);
  border-radius: 4px;
  height: 100%;
  padding: 30px;
}

.testimonial-item__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.testimonial-item__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .testimonial-item__thumb {
    width: 45px;
    height: 45px;
  }
}

.testimonial-item__details {
  width: calc(100% - 60px);
  padding-left: 20px;
}

@media screen and (max-width: 424px) {
  .testimonial-item__details {
    width: calc(100% - 45px);
    padding-left: 10px;
  }
}

.testimonial-item__name {
  margin-bottom: 0;
  color: hsl(var(--black));
}

.testimonial-item__designation {
  color: hsl(var(--black) / 0.8);
}

.testimonial-item__icon {
  position: absolute;
  right: 40px;
  top: -28px;
  width: 50px;
  height: 50px;
  background-color: hsl(var(--white));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(var(--black) / 0.09);
  font-size: 27px;
  transition: 0.2s linear;
}

.testimonial-item__desc {
  margin-top: 20px;
  color: hsl(var(--black) / 0.7);
}

.testimonial-item__content {
  color: hsl(var(--black) / 0.5);
}

@media screen and (max-width: 424px) {
  .testimonial-item__desc {
    margin-top: 10px;
  }
}

.testimonial-item .rating-list__item {
  padding: 4px;
  width: 30px;
  color: hsl(var(--warning));
  background-color: hsl(var(--warning) / 0.1);
  margin: 0 4px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* ================================ Testimonails Section Css End ============================= */
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.blog-item:hover .blog-item__thumb img {
  transform: scale(1.1);
}

.blog-item__thumb {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  max-height: 300px;
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
}

.blog-item__thumb-link img {
  transition: 0.2s linear;
}

.blog-item__content {
  background-color: hsl(var(--white) / 0.07);
  padding: 32px 25px;
  border: 1px solid hsl(var(--black) / 0.06);
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 767px) {
  .blog-item__content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .blog-item__content {
    padding: 25px 15px;
  }
}

.blog-item__title {
  margin-top: 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 {
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .blog-item__desc {
    margin-bottom: 15px;
  }
}

.blog-item .text-list__item-icon {
  font-size: 20px;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect:hover {
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*======================== about section css start here ========================*/
.about-section {
  position: relative;
  z-index: 1;
}

.about-section__shape-one {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .about-section__shape-one {
    width: 250px;
  }
}

@media screen and (max-width: 1199px) {
  .about-section__shape-one {
    display: none;
  }
}

/* about left */
.about-left__thumb {
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .about-left__thumb {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media screen and (max-width: 575px) {
  .about-left__thumb {
    max-width: 400px;
  }
}

@media screen and (max-width: 374px) {
  .about-left__thumb {
    max-width: 300px;
  }
}

.about-left__thumb img {
  border-radius: 10px;
  width: 100%;
}

/* about right */
.about-right__item {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.about-right__item:last-child {
  margin-bottom: 0;
}

.about-right__content {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.about-right__content-title {
  margin-bottom: 15px;
}

.about-right__icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: hsl(var(--base));
  font-size: 30px;
  color: hsl(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-right__icon::before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  border: 1px solid hsl(var(--base));
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 5px;
}

.about-right__desc {
  max-width: 400px;
}

/*============ about section css end here ============*/
.team-item .thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-item .thumb .social-list {
  position: absolute;
  left: 0;
  top: 60%;
  text-align: center;
  width: 100%;
  margin-top: -18px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-item:hover .thumb::before {
  opacity: 0.7;
}

.team-item:hover .thumb .social-list {
  opacity: 1;
  top: 50%;
  transition-delay: 0.3s;
}

.team-item .content {
  padding: 1rem;
  text-align: center;
  background-color: hsl(var(--base));
}

.team-item .content .name {
  color: hsl(var(--black) / 0.7);
  margin: 0;
}

.team-item .content .designation {
  color: hsl(var(--black) / 0.5);
}

.team-item {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/*========================= category section css start here========================= */
.category-section {
  position: relative;

  z-index: 1;
  overflow: hidden;
}

.category-section__shape-one {
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .category-section__shape-one {
    width: 300px;
  }
}

.category-section__shape-two {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: -1;
}

@media screen and (max-width: 1499px) {
  .category-section__shape-two {
    width: 300px;
  }
}

@media screen and (max-width: 1499px) {
  .category-section__shape-one {
    width: 250px;
  }

  .category-section__shape-two {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .category-section__shape-one {
    width: 200px;
  }

  .category-section__shape-two {
    width: 200px;
  }
}

@media screen and (max-width: 575px) {
  .category-section__shape-one {
    display: none;
  }

  .category-section__shape-two {
    display: none;
  }
}

.category-item {
  position: relative;
  cursor: pointer;
  width: 220px;
  height: 220px;
  border-radius: 50% !important;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 574px) {
  .category-item {
    width: 180px;
    height: 180px;
  }
}

.category-item::after,
.category-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--white));
  transition: 0.2s linear;
  border-radius: 50%;
}

.category-item::after {
  z-index: 2;
}

.category-item::before {
  background-color: hsl(var(--black) / 0.3);
  z-index: 1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.category-item:hover .category-item__icon {
  background-color: hsl(var(--base));
  color: hsl(var(--black));
}

.category-item:hover .category-item__title {
  color: hsl(var(--white));
}

.category-item:hover .category-item__number {
  color: hsl(var(--white));
}

.category-item:hover::after {
  width: 0;
}

.category-item__thumb {
  border-radius: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: relative;
  border-radius: inherit;
  left: 2px;
  top: 2px;
}

.category-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.category-item__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.25);
  border-radius: 50%;
  transition: 0.2s linear;
}

.category-item__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -50%);
}

.category-item__icon {
  color: hsl(var(--base));
  font-size: 30px;
  background-color: hsl(var(--base) / 0.2);
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}

.category-item__title {
  color: hsl(var(--black));
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.2s linear;
  text-align: center;
}

.category-item__number {
  background-color: hsl(var(--black) / 0.06);
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1;
  transition: 0.2s linear;
}

.how-work-item__header::before {
  position: absolute;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 600;
  top: 51%;
  right: -253px;
  color: hsl(var(--black) / 0.6);
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
}

.how-to-work-section
  div[class*="col"]:last-child
  .how-work-item__header::before {
  display: none;
}

/* @media screen and (max-width: 1399px) {
    .how-work-item__header::before {
        right: -100px;
    }
} */

@media screen and (max-width: 991px) {
  .how-work-item__header::before {
    display: none;
  }
}

.category-item:hover .category-item__number {
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.3);
}

@media screen and (max-width: 574px) {
  .category-item__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .category-item__title {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 424px) {
  .category-item__icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .category-item__title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

/*========================= category section css end here========================= */
/*======================== cta section css start here ========================*/
@media (max-width: 1670px) {
  .cta-section__shape-one {
    width: 350px;
  }

  .cta-section__shape-two {
    width: 350px;
  }
}

.cta-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 150px 0;
}

@media screen and (max-width: 1599px) {
  .cta-section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1499px) {
  .cta-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .cta-section {
    padding: 60px 0;
  }
}

.cta-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.cta-section__shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1499px) {
  .cta-section__shape-one {
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1199px) {
  .cta-section__shape-one {
    width: 270px;
  }
}

@media screen and (max-width: 991px) {
  .cta-section__shape-one {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .cta-section__shape-one {
    display: none;
  }
}

.cta-section__shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1499px) {
  .cta-section__shape-two {
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1199px) {
  .cta-section__shape-two {
    width: 270px;
  }
}

@media screen and (max-width: 991px) {
  .cta-section__shape-two {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .cta-section__shape-two {
    display: none;
  }
}

.cta-section__title {
  color: hsl(var(--white));
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .cta-section__title {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .cta-section__title {
    max-width: 450px;
  }
}

.cta-section__btn {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .cta-section__btn {
    max-width: 330px;
  }
}

.cta-section__btn-shape {
  position: absolute;
  right: -15px;
  bottom: -60px;
}

@media screen and (max-width: 991px) {
  .cta-section__btn-shape {
    right: 0px;
    width: 70px;
    bottom: -30px;
  }
}

/*======================== cta section css end here ========================*/
/*=========================== location section css start here ===========================*/
.location-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.location-item:hover .location-item__thumb {
  transform: scale(1.1);
}

.location-item__content {
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  z-index: 2;
}

.location-item__title {
  margin-bottom: 0;
}

@media screen and (max-width: 424px) {
  .location-item__title {
    font-size: 16px;
  }
}

.location-item__title-link {
  color: hsl(var(--white));
}

.location-item__list {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  padding: 0px 10px;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 3px;
}

@media screen and (max-width: 424px) {
  .location-item__list {
    font-size: 11px;
    padding: 2px 8px;
  }
}

.location-item__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.2s linear;
}

.location-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-item__thumb::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: var(--background);
}

/*=========================== location section css end here ===========================*/
/*=========================== how to work section css start here ===========================*/
.how-to-work-section {
  overflow: hidden;
}

.how-work-item__content {
  text-align: center;
}

.how-work-item__header {
  border: 1px dashed hsl(var(--black) / 0.2);
  padding: 10px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .how-work-item__header {
    width: 90px;
    height: 90px;
  }
}

.how-work-item__header::after {
  position: absolute;
  content: "";
  right: -245px;
  top: 50%;
  width: 210px;
  border-bottom: 1px dashed;
  background-color: hsl(var(--black) / 0.08);
}

@media screen and (max-width: 1399px) {
  .how-work-item__header::after {
    position: absolute;
    content: "";
    right: -210px;
    top: 50%;
    width: 190px;
    border-bottom: 1px dashed;
    background-color: hsl(var(--black) / 0.08);
  }

  .how-work-item__header::before {
    right: -220px;
  }
}

@media screen and (max-width: 1199px) {
  .how-work-item__header::after {
    right: -190px;
    width: 180px;
  }

  .how-work-item__header::before {
    right: -200px;
  }
}

@media screen and (max-width: 991px) {
  .how-work-item__header::after {
    display: none;
  }
}

.how-work-item__header:last-child::after {
  background-color: transparent !important;
}

.how-work-item__header-number {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: hsl(var(--white));
  color: hsl(var(--body-color));
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}

@media screen and (max-width: 575px) {
  .how-work-item__header-number {
    width: 30px;
    height: 30px;
  }
}

.how-work-item__title {
  margin-top: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .how-work-item__title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .how-work-item__title {
    margin: 15px 0;
  }
}

.how-work-item__icon {
  font-size: 40px;
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .how-work-item__header {
    width: 100px;
    height: 100px;
  }

  .how-work-item__icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .how-work-item__icon {
    width: 75px;
    height: 75px;
  }
}

div[class*="col"]:last-child .how-work-item .how-work-item__header::after {
  display: none;
}

/*=========================== how to work section css end here ===========================*/
/*============================== why choose us section css start here ==============================*/
.why-choose-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .why-choose-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.why-choose-us {
  margin-bottom: 100px;
}

.choose-us-item {
  border: 1px dashed hsl(var(--black) / 0.1);
  padding: 10px;
  border-radius: 10px;
}

.choose-us-item__icon {
  font-size: 40px;
  color: hsl(var(--base));
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: var(--box-shadow);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .choose-us-item__icon {
    margin-bottom: 10px;
  }
}

.choose-us-item__title {
  text-align: center;
  margin-bottom: 10px;
}

.choose-us-item__desc {
  text-align: center;
}

.choose-us-item__wrapper {
  background-color: hsl(var(--white));
  padding: 50px 20px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .choose-us-item__wrapper {
    padding: 35px 15px;
  }
}

/*============================== why choose us section css end here ==============================*/
/* ==================================== Contact top Start ==================================== */
.contact-top {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact-top__shape-one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .contact-top__shape-one {
    display: none;
  }
}

.contact-top__shape-two {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 1599px) {
  .contact-top__shape-two {
    display: none;
  }
}

.contact-item {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 20px 10px;
  background-color: hsl(var(--white));
}

.contact-item__top {
  border: 1px dashed hsl(var(--black) / 0.2);
  padding: 10px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.contact-item__icon {
  font-size: 40px;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-bottom {
  margin-top: 100px;
}

.contact-wrapper {
  border-radius: 5px !important;
  padding: 20px !important;
  border: 1px solid hsl(var(--black) / 0.05) !important;
}

@media screen and (max-width: 991px) {
  .contact-wrapper {
    padding: unset !important;
    border: unset !important;
  }
}

.contact-item__content {
  text-align: center;
  padding: 15px 20px;
}

.contact-item__title {
  margin-bottom: 15px;
  margin-top: 20px;
  color: hsl(var(--black));
}

.contact-item__desc {
  font-weight: 400;
}

/* Contact top End */
/* Contact Bottom Start */
.contact-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

/*================================== Contact Bottom End ==================================*/
/*===================== pricing section css start here =====================*/
.pricing-card {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.04);
  padding: 40px 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pricing-card.active .pricing-card__button {
  background-color: hsl(var(--base)) !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .pricing-card {
    padding: 18px;
  }
}

.pricing-card__title {
  padding-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .pricing-card__title {
    padding-top: 10px;
  }
}

.pricing-card__number {
  margin-bottom: 25px;
  text-align: center;
}

.pricing-card__number .time {
  font-weight: 600;
  color: hsl(var(--base));
}

.pricing-card__list {
  border-top: 1px dashed hsl(var(--black) / 0.1);
  border-bottom: 1px dashed hsl(var(--black) / 0.1);
  padding: 15px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pricing-card__list {
    padding: 10px 0;
  }
}

.pricing-card__item {
  font-size: 16px;
  margin-bottom: 12px;
  font-family: var(--heading-font);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pricing-card__item {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.pricing-card__item:last-child {
  margin-bottom: 0;
}

.pricing-card__item-icon {
  font-size: 20px;
  margin-right: 10px;
}

.pricing-card__button {
  background-color: hsl(var(--base) / 0.1) !important;
  color: hsl(var(--base)) !important;
}

.pricing-card__button:hover,
.pricing-card__button:focus .pricing-card__button:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
  color: hsl(var(--black)) !important;
}

.current-plan-badge {
  width: 139px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  position: absolute;
  top: 20px;
  left: -34px;
  font-size: 14px;
  padding: 6px;
  transform: rotate(313deg);
}

.pricing-plan .pricing-plan-btn {
  background: hsl(var(--body-color) / 0.09);
  color: hsl(var(--black)) !important;.pricing-plan .pricing-plan-btn
  border-bottom: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: unset !important;
}

.pricing-plan .pricing-plan-btn:focus{
    border: unset !important;
}

.pricing-plan .pricing-plan-btn:last-child {
  margin-right: 0px;
}

.pricing-plan .pricing-plan-btn.active {
  background-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

/*===================== pricing section css end here =====================*/
/* =========================================== listing Details Css Start ==============================*/
.listing-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.listing-details__header {
  margin-bottom: 30px;
}

.listing-details-item__icon {
  margin-left: 10px;
  font-size: 15px;
  color: hsl(var(--base));
}

@media screen and (max-width: 374px) {
  .listing-details-item__icon {
    font-size: 14px;
    margin-left: 4px;
  }
}

.listing-details-item__icon-text {
  margin-right: 10px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .listing-details-item__icon-text {
    margin-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .listing-details-item__icon-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .listing-details-item__icon-text {
    font-size: 12px;
  }
}

.listing-details-item__icon-text::after {
  position: absolute;
  content: "";
  right: -10px;
  width: 0.1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.3);
}

@media screen and (max-width: 767px) {
  .listing-details-item__icon-text::after {
    right: -5px;
  }
}

.listing-details__thumb {
  height: 450px;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .listing-details__thumb {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .listing-details__thumb {
    height: 300px;
  }
}

.listing-details__content {
  padding: 35px 0px;
}

@media screen and (max-width: 767px) {
  .listing-details__content {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 575px) {
  .listing-details__content {
    padding: 25px 0px;
  }
}

.listing-details__title {
  margin: 15px 0;
}

.listing-details__desc {
  margin-bottom: 15px;
}

.listing-details__date {
  margin-top: 55px;
}

.listing-details__date-content {
  border: 1px solid hsl(var(--black) / 0.09);
  padding: 16px;
  border-radius: 10px;
}

.listing-details__date-content .title {
  margin-bottom: 5px;
}

.listing-details__date-content .time {
  font-family: var(--heading-font);
  font-weight: 600;
}

.listing-details__date-content .time-icon {
  color: hsl(var(--base));
  font-size: 20px;
  margin-right: 4px;
}

.listing-details__date-content .day {
  color: hsl(var(--black));
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 16px;
  margin-right: 5px;
}

.listing-details__amenities {
  margin-top: 55px;
}

.listing-details__amenities .amenities-list__item {
  padding-right: 10px;
  font-size: 1rem;
}

.listing-details__amenities .amenities-list__icon {
  font-size: 22px;
  color: hsl(var(--base));
  margin-right: 10px;
}

.listing-details__gallery {
  padding: 40px 0;
}

.listing-details__gallery .gallery-thumb {
  width: 100%;
  max-height: 250px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.listing-details__gallery .gallery-thumb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.listing-details__map .title {
  margin-bottom: 25px;
}

.listing-details__map iframe {
  min-height: 300px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.listing-details .social-list__link {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}

.listing-details .social-list__link:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.listing-details .video-info iframe {
  width: 100%;
  height: 250px;
}

.show-more__link {
  color: hsl(var(--body-color));
  text-decoration: underline;
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 45px;
}

.listing-rating {
  margin-bottom: 50px;
}

.listing-rating .rating-list__item {
  font-size: 24px;
}

.listing-rating .title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

/* ========================================== listing Details Css End ======================================*/
/*=================== details-sidebar css start ===================*/
.listing-details-sidebar-wrapper {
  position: sticky;
  top: 140px;
}

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  top: 50%;
  right: 10px;
  color: hsl(var(--black));
  transform: translateY(-50%);
}

/* ================== Sidebar Box & Title =================== */
.listing-details-sidebar {
  background-color: hsl(var(--section-bg));
  padding: 30px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid hsl(var(--black) / 0.02);
}

.listing-details-sidebar:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .listing-details-sidebar {
    padding: 20px 15px;
  }
}

.listing-details-sidebar__title {
  padding-bottom: 10px;
  color: hsl(var(--black));
}

.listing-details-sidebar__header {
  display: flex;
  align-items: center;
}

.listing-details-sidebar__header-thumb {
  overflow: hidden;
}

.listing-details-sidebar__header-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.listing-details-sidebar__header-info {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.listing-details-sidebar__header-info .name {
  margin-bottom: 5px;
  font-size: 18px;
}

.listing-details-sidebar__header-info .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.listing-details-sidebar__info .info-list {
  margin-top: 25px;
}

.listing-details-sidebar__info .info-list__item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.listing-details-sidebar__info .info-list__item:last-child {
  margin-bottom: 0;
}

.listing-details-sidebar__info .info-list .icon {
  font-size: 20px;
  color: hsl(var(--base));
  margin-right: 15px;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__link {
  color: hsl(var(--body-color));
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px;
}

.text-list.style-tag .text-list__item {
  padding: 5px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--body-color));
  border: 1px solid hsl(var(--black) / 0.03);
  background-color: hsl(var(--white));
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 400;
  font-family: var(--heading-font);
  background-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));
}

/* ======================== Latest listing Css========================  */
.latest-listing {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.latest-listing:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0;
}

.latest-listing__thumb {
  width: 80px;
  max-height: 80px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .latest-listing__thumb {
    width: 60px;
  }
}

.latest-listing__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-listing__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-listing__content {
    width: calc(100% - 60px);
  }
}

.latest-listing__title {
  margin-bottom: 5px;
}

.latest-listing__title a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-listing__title a:hover {
  color: hsl(var(--base));
}

/* ========================= Latest listing Css End ===================*/
/*================== listing section css start here ==================*/
.listing-item {
  overflow: hidden;
  height: 100%;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
}

.listing-item:hover .listing-item__thumb img {
  transform: scale(1.1);
}

.listing-item__thumb {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  max-height: 300px;
  width: 100%;
  position: relative;
}

.listing-item__thumb-link {
  width: 100%;
  height: 100%;
}

.listing-item__thumb-link img {
  width: 100%;
  transition: 0.2s linear;
}

.listing-item__thumb-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: hsl(var(--white) / 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px hsl(var(--base));
  transition: 0.3s linear;
  line-height: 0;
}

.listing-item__thumb-icon.wishlisted {
  -webkit-text-fill-color: hsl(var(--base));
  -webkit-text-stroke: 1px solid hsl(var(--base));
}

.listing-item__title {
  margin-bottom: 15px;
}

.listing-item__content {
  padding: 30px 25px 15px 25px;
}

@media screen and (max-width: 1199px) {
  .listing-item__content {
    padding: 25px 20px 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .listing-item__content {
    padding: 25px 15px 15px 15px;
  }
}

.listing-item__link {
  color: hsl(var(--black));
}

@media screen and (max-width: 1199px) {
  .listing-item__link {
    font-size: 1.125rem;
  }
}

.listing-item__icon {
  margin-left: 10px;
  font-size: 15px;
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .listing-item__icon {
    margin-left: 8px;
  }
}

.listing-item__icon-text {
  margin-right: 10px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .listing-item__icon-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .listing-item__icon-text {
    margin-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .listing-item__icon-text {
    font-size: 13px;
  }
}

.listing-item__icon-text::after {
  position: absolute;
  content: "";
  right: -10px;
  width: 0.1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.3);
}

@media screen and (max-width: 767px) {
  .listing-item__icon-text::after {
    right: -5px;
  }
}

.listing-item__contact {
  border-top: 1px solid hsl(var(--black) / 0.1);
  padding: 10px 25px;
}

@media screen and (max-width: 1199px) {
  .listing-item__contact {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .listing-item__contact {
    padding: 10px 15px;
  }
}

.listing-item__contact-icon {
  font-size: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .listing-item__contact-icon {
    font-size: 20px;
  }
}

.listing-item__contact-area {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
  .listing-item__contact-area {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .listing-item__contact-area {
    font-size: 14px;
  }
}

.listing-item__contact-number {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font);
}

@media screen and (max-width: 767px) {
  .listing-item__contact-number {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .listing-item__contact-number {
    font-size: 14px;
  }
}

.rating {
  background-color: hsl(var(--warning));
  border-radius: 3px;
  padding: 3px;
  color: hsl(var(--white));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .rating {
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .rating {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .rating {
    font-size: 11px;
  }
}

.rating__number {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  position: relative;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .rating__number {
    margin-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .rating__number {
    margin-right: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .rating__number {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .rating__number {
    font-size: 11px;
  }
}

.rating__number::after {
  position: absolute;
  content: "";
  right: -10px;
  width: 0.1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--black) / 0.3);
}

@media screen and (max-width: 767px) {
  .rating__number::after {
    right: -5px;
  }
}

/*======= listing-grid css start here =======*/
.listing-sidebar {
  position: sticky;
  top: 120px;
}

.listing-sidebar__wrapper {
  background-color: #f9f9f9;
  padding: 40px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .listing-sidebar__wrapper {
    padding: 35px 20px;
  }
}

.listing-sidebar__range {
  margin-top: 30px;
}

.listing-sidebar__range-title {
  margin-bottom: 10px;
}

.listing-sidebar__range-text {
  margin-bottom: 15px;
}

.listing-sidebar__button {
  margin-top: 25px;
}

.listing-sidebar__thumb {
  position: relative;
  padding: 100px 50px;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.listing-sidebar__thumb::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed hsl(var(--white) / 0.5);
  border-radius: 10px;
  z-index: -1;
}

.listing-sidebar__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.listing-sidebar__thumb-title {
  color: hsl(var(--base));
  font-weight: 700;
}

.listing-sidebar__thumb-text {
  color: hsl(var(--white));
  font-size: 16px;
  margin-bottom: 25px;
}

.listing-sidebar__thumb-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  padding: 15px 29px;
  border-radius: 6px;
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.2s linear;
  cursor: pointer;
}

.listing-sidebar__thumb-link:hover {
  background-color: hsl(var(--base-d-100));
}

.listing-sidebar__thumb-content {
  text-align: center;
}

.search-box {
  position: relative;
}

.listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
  .listing-header {
    padding: 10px;
  }
}

@media screen and (max-width: 374px) {
  .listing-header {
    padding: 8px 7px;
  }
}

.listing-header__title {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .listing-header__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .listing-header__title {
    font-size: 11px;
  }
}

.listing-header__tab {
  margin-bottom: 0;
  width: calc(100% - 250px);
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .listing-header__tab {
    width: calc(100% - 200px);
    padding-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .listing-header__tab {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 424px) {
  .listing-header__tab {
    width: calc(100% - 120px);
    padding-left: 0;
  }
}

@media screen and (max-width: 374px) {
  .listing-header__tab {
    width: calc(100% - 110px);
  }
}

.listing-header .form--control {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .listing-header .form--control {
    width: 200px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 575px) {
  .listing-header .form--control {
    width: 150px;
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .listing-header .form--control {
    font-size: 12px;
    width: 120px;
  }
}

@media screen and (max-width: 374px) {
  .listing-header .form--control {
    width: 110px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 575px) {
  .tab-icon {
    font-size: 14px;
  }
}

/*======= listing-grid css end here =======*/
/*======= popular listing css =======*/
.listing-slider.slick-initialized .slick-slide {
  padding: 0 10px;
}

/*================== listing section css end here ==================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
  overflow: hidden;
  height: 520px;
  max-height: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .blog-details__thumb {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb {
    height: 300px;
  }
}

.blog-details__content {
  padding: 35px 0px;
}

@media screen and (max-width: 767px) {
  .blog-details__content {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 575px) {
  .blog-details__content {
    padding: 25px 0px;
  }
}

.blog-details__title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.blog-details__desc {
  margin-bottom: 15px;
}

.blog-details .social-list__link {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--white));
}

.blog-details .social-list__link:hover {
  border-color: transparent !important;
  color: hsl(var(--white));
}

/* ========================================== Blog Details Css End ======================================*/

.account-inner {
  position: relative;
  display: flex;
}

.account-inner .account-left {
  width: 55%;
  position: relative;
}

.account-inner .account-right {
  width: 45%;
}

@media screen and (max-width: 1199px) {
  .account-inner .account-right {
    width: 50%;
  }

  .account-inner .account-left {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .account-inner .account-right {
    width: 100%;
  }

  .account-inner .account-left {
    display: none;
  }

  .account-form-wrapper.login {
    max-width: 500px;
    margin: 0 auto;
  }
}

.account-form-wrapper {
  background-color: hsl(var(--white));
  border-radius: 10px;
  padding: 0px 120px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1599px) {
  .account-form-wrapper {
    padding: 0px 75px;
  }
}

@media screen and (max-width: 1499px) {
  .account-form-wrapper {
    padding: 0px 35px;
  }
}

@media screen and (max-width: 1199px) {
  .account-form-wrapper {
    padding: 0px 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .account-form-wrapper.register {
    padding: 0px 120px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
  .account-form-wrapper {
    padding: 0px 20px;
  }

  .account-form-wrapper.register {
    padding: 35px 60px;
  }
}

@media screen and (max-width: 424px) {
  .account-form-wrapper {
    padding: 0px 15px;
  }
}

.account-form__logo {
  max-width: 160px;
  margin-bottom: 30px;
}

.account-form__logo img {
  width: 100%;
}

.account-form__title {
  text-align: center;
  margin-bottom: 30px;
}

.account-form__content {
  text-align: center;
  margin-bottom: 1rem;
}

.account-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.account-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-link .btn {
  color: hsl(var(--body-color)) !important;
  font-size: 0.875rem;
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 10px 20px;
}

.account-link .btn:hover {
  border-color: hsl(var(--base));
}

.account-link .account-icon {
  color: hsl(var(--base));
  margin-right: 15px;
  font-size: 16px;
}

.account-link .account-icon img {
  width: 24px;
}

form .form-group {
  position: relative;
}

/*=========== account css end =========== */

.fixed-number {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 20px;
  color: hsl(var(--black));
}

.number .form--control.control-two {
  padding-left: 62px;
}

.have-account__text {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
  .sign-in .account-form__icon {
    padding: 1px 30px;
  }
}

@media screen and (max-width: 374px) {
  .sign-in .account-form__icon {
    padding: 2px 33px;
  }
}

.account-logo {
  max-width: 180px;
  margin-bottom: 5px;
  padding: 7px;
  border-radius: 10px;
}

.active-badge {
  color: hsl(var(--base));
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

/* select2 */

.select2-container {
  width: 100%;
  border-radius: 5px;
  line-height: 1;
}

.select2 .selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  height: 55px !important;
  line-height: 55px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 1px solid hsl(var(--black) / 0.1) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 55px !important;
  line-height: 55px !important;
  color: hsl(var(--body-color)) !important;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: relative;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  position: absolute;
  content: "\f078";
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 12px;
  color: hsl(var(--heading-color));
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
}

.select2-search--dropdown {
  display: block;
}

.select2-dropdown {
  padding: 10px;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 0 5px 0 #0000002b !important;
}

.select2-dropdown [type="search"] {
  outline-offset: unset !important;
}

.select2-dropdown input:focus-visible {
  outline: none !important;
}

.select2-results {
  margin-top: 2px;
}

.select2 .select2-selection__choice {
  line-height: 30px;
  height: 30px;
}

@media (max-width: 991px) {
  .custom--tab.tab-three .nav-item .nav-link.active::before {
    display: block;
  }
}

.header-three {
  background-color: hsl(var(--black));
  position: relative;
}

.create-property-form {
  border-radius: 0.8rem;
  border: 1px solid hsl(var(--black) / 0.05);
}

.create-property-form-body {
  padding: 1.3rem 1.7rem;
}

.cookies-card__icon i {
  background-color: hsl(var(--base));
}

@media (max-width: 991px) {
  .top-button {
    display: block !important;
  }

  .top-button .navbar-nav {
    margin-top: 0;
  }

  .top-button ul li:last-child > a {
    border-bottom: 0 !important;
  }

  .language-box {
    position: absolute;
    top: 0;
    right: 40px;
  }
}

.text--body {
  color: hsl(var(--body-color)) !important;
}

.filter-select.form-select {
  background-image: none;
  appearance: auto;
}

.filter-btn {
  height: 55px;
  text-align: center;
  padding: 0px 10px;
}

@media (max-width: 424px) {
  .filter-btn {
    margin-top: 8px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.city-section .location-item__content {
  top: auto;
  bottom: 16px;
  left: 16px;
}

.location-item__thumb::after {
  height: 100%;
  background: linear-gradient(0deg, #000000c9 -18%, #57000000);
}

/* User Dashboard */

.dashboard-widget.rounded {
  border-radius: 0.8rem !important;
}

.pricing-card__list {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: unset;
}

.plan-card .pricing-card__title {
  padding-top: 2px;
  color: hsl(var(--black) / 0.6);
  font-size: 0.9125rem;
}

.dashboard-widget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.8rem;
  box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  border-radius: 5px;
}

.dashboard-widget.plan-expired {
  margin: 16px;
}

.dashboard-widget .icon {
  border-radius: 0.5rem;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(var(--black) / 0.06);
}

.dashboard-widget .digit {
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-bottom: 0.8rem;
  color: hsl(var(--black) / 0.7);
}

.dashboard-widget .icon {
  font-size: 2rem;
}

.dashboard-widget.plan-expired .date {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: hsl(var(--white));
}

.dashboard-widget.plan-expired .caption {
  color: hsl(var(--white) / 0.8);
  font-size: 0.875rem;
  font-weight: 500;
}

.account.login-register {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: hsl(var(--black));
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 999999;
}

.location-preloader {
  background-color: hsl(var(--base));
  width: 80px;
  height: 80px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translate(0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: up 2s infinite ease;
}

.location-preloader::before {
  content: "";
  display: flex;
  width: 40px;
  height: 40px;
  background-color: hsl(var(--black));
  border-radius: 50%;
}

.location-preloader::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 20px;
  border-radius: 50%;
  transform: rotate(45deg);
  background-color: hsl(var(--base) / 0.5);
  bottom: -26px;
  left: -50px;
  animation: down 2s infinite ease;
}

@keyframes up {
  50% {
    transform: rotate(-45deg) translate(20px, -20px);
  }
}

@keyframes down {
  50% {
    transform: rotate(45deg) translate(0, 26px) scale(0.2);
  }
}

/* dashboard sidebar css  */

.sidebar-menu__inner {
  padding: 0 24px;
  width: 100%;
}

.sidebar-menu-list {
  padding: 0px 16px;
  padding-bottom: 16px;
}

.dashboard-sidebar {
  background-color: hsl(var(--section-bg));
  border-radius: 4px;
  position: sticky;
  top: 120px;
  padding-bottom: 10px;
}

.dashboard-sidebar .plan-card {
  background-color: hsl(var(--white));
  border-radius: 6px;
  padding: 14px;
  margin: 16px;
}

.dashboard-sidebar .plan-card .pricing-card__item-icon {
  font-size: 17px;
  margin-right: 5px;
}

.dashboard-sidebar__title {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  background-color: hsl(var(--base));
  border-radius: 5px;
}

.dashboard-sidebar.show-sidebar {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .dashboard-sidebar {
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
    padding-top: 30px;
  }
}

.sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.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 .menu-title {
  letter-spacing: 0.9px;
  padding: 12px 15px;
  color: #9da9b5;
  font-weight: 600;
}

.dashboard-sidebar-filter__button {
  background-color: hsl(var(--base));
  padding: 5px 10px;
  border-radius: 4px;
  color: hsl(var(--black));
  margin-bottom: 20px;
}

.menu-title {
  margin-bottom: 20px;
}

.sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.sidebar-menu-list__item.active > a {
  background-color: hsl(var(--base) / 0.3);
  color: hsl(var(--black));
}

.sidebar-menu-list__item.has-dropdown.active > a {
  color: hsl(var(--black));
}

.sidebar-menu-list__item {
  margin-bottom: 10px;
}

.sidebar-menu-list__item:last-child {
  margin-bottom: 0;
}

.sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 15px;
  width: 100%;
  color: #6b717e;
  font-weight: 500;
  border-radius: 5px;
}

@media (max-width: 1399px) {
  .sidebar-menu-list__link {
    padding: 8px 10px !important;
  }
}

.sidebar-menu-list__link:hover {
  background-color: hsl(var(--base) / 0.3);
}

.sidebar-menu-list__link:hover .icon {
  color: hsl(var(--black));
}

.sidebar-menu-list__link:hover .text {
  color: hsl(var(--black));
}

.sidebar-menu-list__link.active {
  color: hsl(var(--black));
}

.sidebar-menu-list__link .icon {
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
}

/* media query css  */
@media screen and (max-width: 1199px) {
  .dashboard-sidebar {
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    width: 300px;
    border-right: 1px solid hsl(var(--base-two) / 0.15);
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    align-items: start;
    flex-direction: row;
    padding-top: 60px;
    /* Menu Title Css */
    /* Hr Css */
  }
}

.dashboard-sidebar.show-sidebar {
  transform: translateX(0);
}

.sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
  color: hsl(var(--base));
}

/* dashboard css end  */

/*===================== property sidebar css start here ===================== */
@media screen and (min-width: 1200px) {
  .filter-main-sidebar {
    position: sticky;
    top: 120px;
  }
}

.property-sidebar {
  background-color: hsl(var(--section-bg));
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 1199px) {
  .property-sidebar {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    width: 300px;
    left: 0;
    top: 0;
    align-items: start;
    flex-direction: row;
    padding-top: 60px;
    border-radius: 0;
    transform: translateX(-100%);
  }
}

.property-sidebar.show-property-sidebar {
  transform: translateX(0);
}

.filter-icon {
  background-color: hsl(var(--base));
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 4px;
  color: hsl(var(--black));
  margin-bottom: 20px;
}

.property-sidebar__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.property-sidebar__close:hover,
.property-sidebar__close:focus {
  color: hsl(var(--base));
}

/*===================== property sidebar css end here ===================== */
/* //social-login */
.social-login {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.social-login .login-item {
  flex: 1 0 calc(33% - 15px);
}

@media screen and (max-width: 424px) {
  .social-login .login-item {
    flex: 1 0 100%;
  }
}

.social-login .login-link {
  justify-content: center;
  gap: 10px;
  padding-block: 10px;
  border-radius: 30px;
  transition: 0.3s;
  transition: all 0.3s;
  color: hsl(var(--white));
}

.social-login .login-link:hover {
  box-shadow: 1px 5px 19px -4px #00000059;
}

.icon-facebook {
  background-color: #094ad3e2;
}

.icon-facebook:hover {
  background-color: #0f3b99;
}

.icon-google {
  background-color: #cb2027e2;
}

.icon-google:hover {
  background-color: #c9040be2;
}

.icon-linkedin {
  background-color: #0077b5e2;
}

.icon-linkedin:hover {
  background-color: #025f92e2;
}

.icon-twitter {
  background-color: #0077b5e2;
}

.icon-twitter:hover {
  background-color: #025f92e2;
}

/* ====================== Other Option Css Start ==================== */
.logo {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: hsl(var(--black) / 0.8);
  font-weight: 600;
  white-space: nowrap;
}

.logo span {
  color: hsl(var(--base));
}

.other-option {
  margin: 40px 0 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .other-option {
    margin: 20px 0;
  }
}

.other-option::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  border-bottom: 1px solid #eaedf0;
  z-index: -1;
}

.other-option__text {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 16px;
  background-color: hsl(var(--white));
}

label.required:after {
  content: '*';
  color: #DC3545 !important;
  margin-left: 2px;
}



